Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: VRECUR.H
Link against: vcal.lib

Class CWeekDayArray

class CWeekDayArray : public CBase;

Description

Defines an array of the days in the week on which a 'weekly' or 'monthly by position' repeat event occurs.

Derivation

Members

Defined in CWeekDayArray:
CWeekDayArray(), ExternalizeL(), iArray, ~CWeekDayArray()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


CWeekDayArray()

IMPORT_C CWeekDayArray();

Description

Constructs an array of the days in the week.


~CWeekDayArray()

IMPORT_C ~CWeekDayArray();

Description

Frees all resources owned by the object, prior to its destruction.

[Top]


Member functions


ExternalizeL()

IMPORT_C void ExternalizeL(RWriteStream &aStream);

Description

Externalises the array of days in the week to a write stream.

Writes the first two characters of each day name, for instance "MO TU WE".

The presence of this function means that the standard templated operator<<() (defined in s32strm.h) is available to externalise objects of this class.

Parameters

RWriteStream &aStream

Stream to which the array is to be externalised.

[Top]


Member data


iArray

CArrayFix< TDay > * iArray;

Description

The array of days in the week.