Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>

Class TTimeIntervalMonths

class TTimeIntervalMonths : public TTimeIntervalBase;

Description

Represents a time interval in months.

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

Derivation

Members

Defined in TTimeIntervalMonths:

Inherited from TTimeIntervalBase:


Construction and destruction


TTimeIntervalMonths()

inline TTimeIntervalMonths();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalMonths(TInt)

inline TTimeIntervalMonths(TInt aInterval);

Description

Constructs the object with the specified interval value.

Parameters

TInt aInterval

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

[Top]


Member functions


operator=(TInt)

inline TTimeIntervalMonths& operator=(TInt aInterval);

Description

Assigns a value to this object.

Parameters

TInt aInterval

The interval value to be assigned.

Return value

TTimeIntervalMonths &

A reference to this object.