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).
Public Member Functions | |
---|---|
TTimeIntervalSeconds() | |
TTimeIntervalSeconds(TInt) | |
TTimeIntervalSeconds & | operator=(TInt) |
Inherited Attributes | |
---|---|
TTimeIntervalBase::iInterval |
TTimeIntervalSeconds | ( | ) | [inline] |
Default constructor.
Constructs an uninitialised object.
TTimeIntervalSeconds | ( | TInt | aInterval | ) | [inline] |
Constructs the object with the specified interval value.
TInt aInterval | The interval value with which the object is to be initialised. |
TTimeIntervalSeconds & | operator= | ( | TInt | aInterval | ) | [inline] |
Assigns a value to this object.
A reference to this object.
TInt aInterval | The interval value to be assigned. |