class CWeekDayArray : public CBase |
Defines an array of the days in the week on which a 'weekly' or 'monthly by position' repeat event occurs.
Public Member Functions | |
---|---|
CWeekDayArray () | |
~CWeekDayArray () | |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
Public Attributes | |
---|---|
CArrayFix < TDay > * | iArray |
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.
RWriteStream & aStream | Stream to which the array is to be externalised. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.