Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from TTimeIntervalBase:


Construction and destruction


TTimeIntervalSeconds()

inline TTimeIntervalSeconds();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalSeconds(TInt)

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=(TInt)

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.