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