TTimeIntervalMicroSeconds32 Class Reference

#include <e32std.h>

class TTimeIntervalMicroSeconds32 : public TTimeIntervalBase

Inherits from

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

Constructor & Destructor Documentation

TTimeIntervalMicroSeconds32 ( )

TTimeIntervalMicroSeconds32()[inline]

Default constructor.

Constructs an uninitialised object.

TTimeIntervalMicroSeconds32 ( TInt )

TTimeIntervalMicroSeconds32(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 )

TTimeIntervalMicroSeconds32 &operator=(TIntaInterval)[inline]

Assigns a value to this object.

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