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