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