|
|
|
class TTimeIntervalSeconds : public TTimeIntervalBase;
Represents a time interval in seconds.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.
The range of values which it can represent is +-2147483647, which is equal to +-24855 days (approximately 68 years).
TTimeIntervalBase - ...
TTimeIntervalSeconds -
Represents a time interval in seconds.
Defined in TTimeIntervalSeconds:
TTimeIntervalSeconds()Default constructor.TTimeIntervalSeconds(TInt)Constructs the object with the specified interval value.operator=(TInt)Assigns a value to this object.Inherited from TTimeIntervalBase:
Int()constGets the time interval as a 32 bit integer.TTimeIntervalBase(TInt)Constructor taking an interval value.iIntervaloperator!=(TTimeIntervalBase)constTests whether this time interval is not the same as the specified time interval.operator>(TTimeIntervalBase)constTests whether this time interval is greater than the specified time interval.operator>=(TTimeIntervalBase)constTests whether this time interval is greater than or equal to the specified time ...operator<(TTimeIntervalBase)constTests whether this time interval is less than the specified time interval.operator<=(TTimeIntervalBase)constTests whether this time interval is less than or equal to the specified time int...operator==(TTimeIntervalBase)constTests whether this time interval is the same as the specified time interval.inline TTimeIntervalSeconds(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalSeconds& operator=(TInt aInterval);
Assigns a value to this object.
|
|