TTimeIntervalMicroSeconds Class Reference
class TTimeIntervalMicroSeconds |
Represents a time interval of a millionth of a second stored as a 64-bit integer.
It supports the initialisation, setting and getting of an interval and provides standard comparison operations. Objects of this class can be added to and subtracted from TTime objects.
TTime
Constructor & Destructor Documentation
TTimeIntervalMicroSeconds()
TTimeIntervalMicroSeconds | ( | ) | [inline] |
Default constructor.
Constructs an uninitialised object.
TTimeIntervalMicroSeconds(const TInt64 &)
TTimeIntervalMicroSeconds | ( | const TInt64 & | aInterval | ) | [inline] |
Constructs the object with the specified 64-bit interval value.
Parameters
const TInt64 & aInterval | The 64-bit interval value with which the object is to be initialised. |
Member Functions Documentation
Int64()
const TInt64 & | Int64 | ( | ) | const [inline] |
Gets the time interval as a 64-bit integer value.
operator!=(const TTimeIntervalMicroSeconds &)
operator<(const TTimeIntervalMicroSeconds &)
operator<=(const TTimeIntervalMicroSeconds &)
operator=(const TInt64 &)
Assigns a 64-bit integer value to this object.
Parameters
const TInt64 & aInterval | The 64-bit integer interval value to be assigned. |
operator==(const TTimeIntervalMicroSeconds &)
operator>(const TTimeIntervalMicroSeconds &)
operator>=(const TTimeIntervalMicroSeconds &)
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.