Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32std.h

Class TTimeIntervalHours

class TTimeIntervalHours : public TTimeIntervalBase;

Description

Represents a time interval in hours.

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

Derivation

Members

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

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


Construction and destruction


TTimeIntervalHours()

inline TTimeIntervalHours();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalHours()

inline TTimeIntervalHours(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 TTimeIntervalHours &operator=(TInt aInterval);

Description

Assigns a value to this object.

Parameters

TInt aInterval

The interval value to be assigned.

Return value

TTimeIntervalHours &

A reference to this object.