|
|
|
|
Location:
e32std.h
class TTimeIntervalMonths : public TTimeIntervalBase;
Represents a time interval in months.
Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.
TTimeIntervalBase - Provides a base class for all time interval classes using a 32-bit representation
TTimeIntervalMonths - Represents a time interval in months
Defined in TTimeIntervalMonths:
TTimeIntervalMonths(), TTimeIntervalMonths(), operator=()
Inherited from TTimeIntervalBase:
Int(),
iInterval,
operator!=(),
operator>(),
operator>=(),
operator<(),
operator<=(),
operator==()
inline TTimeIntervalMonths(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalMonths &operator=(TInt aInterval);
Assigns a value to this object.
|
|