Location:
VRECUR.H
Link against: vcal.lib
class CWeekDayArray : public CBase;
Defines an array of the days in the week on which a 'weekly' or 'monthly by position' repeat event occurs.
CBase
- Base class for all classes to be instantiated on the heap
CWeekDayArray
- Defines an array of the days in the week on which a 'weekly' or 'monthly by position' repeat event occurs
Defined in CWeekDayArray
:
CWeekDayArray()
, ExternalizeL()
, iArray
, ~CWeekDayArray()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
IMPORT_C ~CWeekDayArray();
Frees all resources owned by the object, prior to its destruction.
IMPORT_C void ExternalizeL(RWriteStream &aStream);
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.
|
CArrayFix< TDay > * iArray;
The array of days in the week.