Location:
e32std.h
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
- Provides a base class for all time interval classes using a 32-bit representation
TTimeIntervalSeconds
- Represents a time interval in seconds
Defined in TTimeIntervalSeconds
:
TTimeIntervalSeconds()
, TTimeIntervalSeconds()
, operator=()
Inherited from TTimeIntervalBase
:
Int()
,
iInterval
,
operator!=()
,
operator>()
,
operator>=()
,
operator<()
,
operator<=()
,
operator==()
inline TTimeIntervalSeconds(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalSeconds &operator=(TInt aInterval);
Assigns a value to this object.
|
|