Location:
e32std.h
Link against:
TTimeIntervalMicroSeconds32
Supported from 5.0
Represents a microsecond time interval stored in 32 rather than 64
bits. Its range is +–2147483647, which is +–35 minutes, 47 seconds.
Comparison and interval retrieval functions are provided by the base class
TTimeIntervalBase
.
|
Defined in TTimeIntervalMicroSeconds32
:
TTimeIntervalMicroSeconds32()
, operator=()
Inherited from TTimeIntervalBase
:
Int()
,
operator!=()
,
operator<()
,
operator<=()
,
operator==()
,
operator>()
,
operator>=()
TTimeIntervalMicroSeconds32();
Constructs an uninitialised
TTimeIntervalMicroSeconds32
object. It is necessary because there
is also a non-default constructor in this class.
TTimeIntervalMicroSeconds32(TInt aInterval);
Constructs the object with a
TInt
.
|
TTimeIntervalMicroSeconds32& operator=(TInt aInterval);
Assigns an interval value to this
TTimeIntervalMicroSeconds32
.
|
|