![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section Contents
Applications that use this class will not work correctly on a version of EPOC earlier than ER5.
CBase |
Abstract: CBase behaviour. |
CVersitParser |
Generic parser base class. |
vcal.h
versit.lib
This class encapsulates a vCalendar parser.
CParserVCal();
The default C++ constructor constructs a vCalendar parser.
void ExternalizeL(RWriteStream& aStream);
Use this function to externalize a vCalendar entity to a write stream. The presence of this function means that the standard templated operator<<() (defined in s32strm.h
) is available to externalize objects of this class. The entity name is set to "VCAL".
RWriteStream& aStream |
Stream to which the vCalendar entity should be externalized. |
void InternalizeL(RReadStream& aStream);
Use this function to internalize a vCalendar entity from a read stream. The presence of this function means that the standard templated operator>>() (defined in s32strm.h
) is available to internalize objects of this class.
The function converts all date/time property values contained in the vCalendar entity and in all sub-entities into machine local date/time values.
RReadStream& aStream |
Stream from which the vCalendar entity should be internalized. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |