Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>

Class TTimeIntervalMicroSeconds32

class TTimeIntervalMicroSeconds32 : public TTimeIntervalBase;

Description

Represents a microsecond time interval stored in 32 rather than 64 bits.

Its range is +-2147483647, which is +-35 minutes, 47 seconds. Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.

Derivation

Members

Defined in TTimeIntervalMicroSeconds32:

Inherited from TTimeIntervalBase:


Construction and destruction


TTimeIntervalMicroSeconds32()

inline TTimeIntervalMicroSeconds32();

Description

Default constructor.

Constructs an uninitialised object.


TTimeIntervalMicroSeconds32(TInt)

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

Description

Assigns a value to this object.

Parameters

TInt aInterval

The interval value to be assigned.

Return value

TTimeIntervalMicroSeconds32 &

A reference to this object.