Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Class TTimeIntervalDays

TTimeIntervalDays

Support

Supported from 5.0

Description

Represents a time interval in days. 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
TTimeIntervalDaysRepresents a time interval in days

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

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


Construction and destruction


TTimeIntervalDays()

TTimeIntervalDays();

Description

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


TTimeIntervalDays()

TTimeIntervalDays(TInt aInterval);

Description

Constructs the object with a TInt.

Parameters

TInt aInterval

The interval with which the new object is to be initialised.

[Top]


Assignment


operator=()

TTimeIntervalDays& operator=(TInt aInterval);

Description

Assigns a value to this TTimeIntervalDays.

Parameters

TInt aInterval

The interval to assign to this TTimeIntervalDays.

Return value

TTimeIntervalDays&

This TTimeIntervalDays.