#include <app/vrecur.h>
class CWeekDayArray : public CBase |
Public Attributes | |
---|---|
CArrayFix< TDay > * | iArray |
Public Member Functions | |
---|---|
CWeekDayArray() | |
~CWeekDayArray() | |
IMPORT_C void | ExternalizeL(RWriteStream &) |
Defines an array of the days in the week on which a 'weekly' or 'monthly by position' repeat event occurs.
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.
Parameter | Description |
---|---|
aStream | Stream to which the array is to be externalised. |