|
||
class TTimeIntervalDays : public TTimeIntervalBase;
Represents a time interval in days.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase
.
TTimeIntervalBase
- ...
TTimeIntervalDays
-
Represents a time interval in days.
Defined in TTimeIntervalDays
:
TTimeIntervalDays()
Default constructor.TTimeIntervalDays(TInt)
Constructs the object with the specified interval value.operator=(TInt)
Assigns a value to this object.Inherited from TTimeIntervalBase
:
Int()const
Gets the time interval as a 32 bit integer.TTimeIntervalBase(TInt)
Constructor taking an interval value.iInterval
operator!=(TTimeIntervalBase)const
Tests whether this time interval is not the same as the specified time interval.operator>(TTimeIntervalBase)const
Tests whether this time interval is greater than the specified time interval.operator>=(TTimeIntervalBase)const
Tests whether this time interval is greater than or equal to the specified time ...operator<(TTimeIntervalBase)const
Tests whether this time interval is less than the specified time interval.operator<=(TTimeIntervalBase)const
Tests whether this time interval is less than or equal to the specified time int...operator==(TTimeIntervalBase)const
Tests whether this time interval is the same as the specified time interval.inline TTimeIntervalDays(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalDays& operator=(TInt aInterval);
Assigns a value to this object.
|
|