Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h

Class TTimeIntervalMinutes

class TTimeIntervalMinutes : public TTimeIntervalBase;

Description

Represents a time interval in minutes.

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

Derivation

Members

Defined in TTimeIntervalMinutes:
TTimeIntervalMinutes(), TTimeIntervalMinutes(), operator=()

Inherited from TTimeIntervalBase:
Int(), iInterval, operator!=(), operator>(), operator>=(), operator<(), operator<=(), operator==()


Construction and destruction


TTimeIntervalMinutes()

inline TTimeIntervalMinutes();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalMinutes()

inline TTimeIntervalMinutes(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=()

inline TTimeIntervalMinutes &operator=(TInt aInterval);

Description

Assigns a value to this object.

Parameters

TInt aInterval

The interval value to be assigned.

Return value

TTimeIntervalMinutes &

A reference to this object.