CWeekDayArray Class Reference

#include <app/vrecur.h>

Link against: vcal.lib

class CWeekDayArray : public CBase

Inherits from

  • CWeekDayArray

    Detailed Description

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

    Member Attribute Documentation

    iArray

    CArrayFix< TDay > *iArray

    The array of days in the week.

    Constructor & Destructor Documentation

    CWeekDayArray ( )

    IMPORT_CCWeekDayArray()

    Constructs an array of the days in the week.

    ~CWeekDayArray ( )

    IMPORT_C~CWeekDayArray()

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

    Member Function Documentation

    ExternalizeL ( RWriteStream & )

    IMPORT_C voidExternalizeL(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.

    ParameterDescription
    aStreamStream to which the array is to be externalised.