TTimeIntervalYears Class Reference

class TTimeIntervalYears : public TTimeIntervalBase

Represents a time interval in years.

Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase .

Inherits from

Constructor & Destructor Documentation

TTimeIntervalYears()

TTimeIntervalYears ( ) [inline]

Default constructor.

Constructs an uninitialised object.

TTimeIntervalYears(TInt)

TTimeIntervalYears ( TInt aInterval ) [inline]

Constructs the object with the specified interval value.

Parameters

TInt aInterval The interval value with which the object is to be initialised.

Member Functions Documentation

operator=(TInt)

TTimeIntervalYears & operator= ( TInt aInterval ) [inline]

Assigns a value to this object.

Parameters

TInt aInterval The interval value to be assigned.