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