Location:
e32std.h
class TTimeIntervalDays : public TTimeIntervalBase;
Represents a time interval in days.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase
.
TTimeIntervalBase
- Provides a base class for all time interval classes using a 32-bit representation
TTimeIntervalDays
- Represents a time interval in days
Defined in TTimeIntervalDays
:
TTimeIntervalDays()
, TTimeIntervalDays()
, operator=()
Inherited from TTimeIntervalBase
:
Int()
,
iInterval
,
operator!=()
,
operator>()
,
operator>=()
,
operator<()
,
operator<=()
,
operator==()
inline TTimeIntervalDays(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalDays &operator=(TInt aInterval);
Assigns a value to this object.
|
|