TTimeIntervalSeconds Class Reference

#include <e32std.h>

class TTimeIntervalSeconds : public TTimeIntervalBase

Inherits from

Detailed 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).

Constructor & Destructor Documentation

TTimeIntervalSeconds ( )

TTimeIntervalSeconds()[inline]

Default constructor.

Constructs an uninitialised object.

TTimeIntervalSeconds ( TInt )

TTimeIntervalSeconds(TIntaInterval)[inline]

Constructs the object with the specified interval value.

Parameters
aIntervalThe interval value with which the object is to be initialised.

Member Function Documentation

operator= ( TInt )

TTimeIntervalSeconds &operator=(TIntaInterval)[inline]

Assigns a value to this object.

Parameters
aIntervalThe interval value to be assigned.
Return Value
A reference to this object.