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