class TTimeIntervalMonths : public TTimeIntervalBase |
Represents a time interval in months.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.
Public Member Functions | |
---|---|
TTimeIntervalMonths() | |
TTimeIntervalMonths(TInt) | |
TTimeIntervalMonths & | operator=(TInt) |
Inherited Attributes | |
---|---|
TTimeIntervalBase::iInterval |
TTimeIntervalMonths | ( | ) | [inline] |
Default constructor.
Constructs an uninitialised object.
TTimeIntervalMonths | ( | TInt | aInterval | ) | [inline] |
Constructs the object with the specified interval value.
TInt aInterval | The interval value with which the object is to be initialised. |
TTimeIntervalMonths & | operator= | ( | TInt | aInterval | ) | [inline] |
Assigns a value to this object.
A reference to this object.
TInt aInterval | The interval value to be assigned. |