Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

mpcl::text::TTimeInterval Class Reference

Represents a time difference in seconds. More...

#include <date.hh>

List of all members.

Public Methods

 TTimeInterval (void)
 Builds a new instance.

 TTimeInterval (double dINTERVAL)
 Builds a new instance with an initial value.

double seconds (void)
double minutes (void)
double hours (void)
double days (void)


Detailed Description

Represents a time difference in seconds.

Definition at line 45 of file date.hh.


Member Function Documentation

double mpcl::text::TTimeInterval::days void    [inline]
 

Returns the days in the interval.

Returns:
Days in the interval.

Definition at line 97 of file date.hh.

double mpcl::text::TTimeInterval::hours void    [inline]
 

Returns the hours in the interval.

Returns:
Hours in the interval.

Definition at line 91 of file date.hh.

double mpcl::text::TTimeInterval::minutes void    [inline]
 

Returns the minutes in the interval.

Returns:
Minutes in the interval.

Definition at line 85 of file date.hh.

double mpcl::text::TTimeInterval::seconds void    [inline]
 

Returns the seconds in the interval.

Returns:
Seconds in the interval.

Definition at line 79 of file date.hh.


The documentation for this class was generated from the following file:
Generated on Mon Oct 13 02:35:26 2003 for MPCL by doxygen1.2.18