Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against:

Class TTimeIntervalMinutes

TTimeIntervalMinutes

Support

Supported from 5.0

Description

Represents a time interval in minutes. Comparison and interval retrieval functions are provided by the base class TTimeIntervalBase.

Derivation

TTimeIntervalBaseProvides a base class for all time interval classes using a 32-bit representation
TTimeIntervalMinutesRepresents a time interval in minutes

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

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


Construction and destruction


TTimeIntervalMinutes()

TTimeIntervalMinutes();

Description

Constructs an uninitialised TTimeIntervalMinutes object. It is necessary because there is also a non-default constructor in this class.


TTimeIntervalMinutes()

TTimeIntervalMinutes(TInt aInterval);

Description

Constructs the object with a TInt.

Parameters

TInt aInterval

The interval with which to initialise the newly-constructed TTimeIntervalMinutes.

[Top]


Assignment


operator=()

TTimeIntervalMinutes& operator=(TInt aInterval);

Description

Assigns a value to this TTimeIntervalMinutes.

Parameters

TInt aInterval

The interval to assign to this TTimeIntervalMinutes.

Return value

TTimeIntervalMinutes&

This TTimeIntervalMinutes.