|
|
|
|
Location:
e32std.h
class TTimeIntervalYears : public TTimeIntervalBase;
Represents a time interval in years.
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
TTimeIntervalYears - Represents a time interval in years
Defined in TTimeIntervalYears:
TTimeIntervalYears(), TTimeIntervalYears(), operator=()
Inherited from TTimeIntervalBase:
Int(),
iInterval,
operator!=(),
operator>(),
operator>=(),
operator<(),
operator<=(),
operator==()
inline TTimeIntervalYears(TInt aInterval);
Constructs the object with the specified interval value.
|
inline TTimeIntervalYears &operator=(TInt aInterval);
Assigns a value to this object.
|
|