Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: e32std.h

Class TTimeIntervalSeconds

class TTimeIntervalSeconds : public TTimeIntervalBase;

Description

Represents a time interval in seconds.

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

The range of values which it can represent is +-2147483647, which is equal to +-24855 days (approximately 68 years).

Derivation

Members

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

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


Construction and destruction


TTimeIntervalSeconds()

inline TTimeIntervalSeconds();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalSeconds()

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

Description

Assigns a value to this object.

Parameters

TInt aInterval

The interval value to be assigned.

Return value

TTimeIntervalSeconds &

A reference to this object.