Location:
e32std.h
Link against:
TTimeIntervalMinutes
Supported from 5.0
Represents a time interval in minutes. Comparison and interval
retrieval functions are provided by the base class
TTimeIntervalBase
.
|
Defined in TTimeIntervalMinutes
:
TTimeIntervalMinutes()
, operator=()
Inherited from TTimeIntervalBase
:
Int()
,
operator!=()
,
operator<()
,
operator<=()
,
operator==()
,
operator>()
,
operator>=()
TTimeIntervalMinutes();
Constructs an uninitialised TTimeIntervalMinutes
object. It is necessary because there is also a non-default constructor in this
class.
TTimeIntervalMinutes(TInt aInterval);
Constructs the object with a
TInt
.
|
TTimeIntervalMinutes& operator=(TInt aInterval);
Assigns a value to this
TTimeIntervalMinutes
.
|
|