TTimeIntervalDays Class Reference

#include <e32std.h>

Link against: eposprvtyp.lib

class TTimeIntervalDays : public TTimeIntervalBase

Inherits from

Detailed Description

Represents a time interval in days.

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

Constructor & Destructor Documentation

TTimeIntervalDays ( )

TTimeIntervalDays()[inline]

Default constructor.

Constructs an uninitialised object.

TTimeIntervalDays ( TInt )

TTimeIntervalDays(TIntaInterval)[inline]

Constructs the object with the specified interval value.

ParameterDescription
aIntervalThe interval value with which the object is to be initialised.

Member Function Documentation

operator= ( TInt )

TTimeIntervalDays &operator=(TIntaInterval)[inline]

Assigns a value to this object.

ParameterDescription
aIntervalThe interval value to be assigned.

Returns: A reference to this object.