Location:
vrecur.h
Link against: versit.lib
CWeekDayArray
Supported from 5.0
An array of the days in the week on which a weekly repeat event
occurs. Days are specified using the TDay
enumeration. An object
of this class is owned by the CVersitRecurrenceWeekly
class.
|
Defined in CWeekDayArray
:
CWeekDayArray()
, ExternalizeL()
, iArray
, ~CWeekDayArray()
Inherited from CBase
:
operator new()
CWeekDayArray();
The default C++ constructor constructs an array of the days in the week.
~CWeekDayArray();
The destructor frees all resources owned by the object, prior to its destruction.
void ExternalizeL(RWriteStream& aStream);
Externalises the array of days (writes the first two characters of
each day name) in the week to a write stream. 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.