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