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