Location:
e32std.h
Link against:
TTimeIntervalSeconds
Supported from 5.0
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).
|
Defined in TTimeIntervalSeconds
:
TTimeIntervalSeconds()
, operator=()
Inherited from TTimeIntervalBase
:
Int()
,
operator!=()
,
operator<()
,
operator<=()
,
operator==()
,
operator>()
,
operator>=()
TTimeIntervalSeconds();
Constructs an uninitialised TTimeIntervalSeconds
object. It is necessary because there is also a non-default constructor in this
class.
TTimeIntervalSeconds(TInt aInterval);
Constructs the interval with a
TInt
.
|
TTimeIntervalSeconds& operator=(TInt aInterval);
Assigns an interval value to this
TTimeIntervalSeconds
.
|
|