CCalInstance Class Reference

#include <app/calinstance.h>

class CCalInstance : public CBase

Inherits from

  • CCalInstance

    Detailed Description

    Class representing an instance of a calendar entry.

    A calendar entry (CCalEntry) can have any number of instances. A non-repeating entry will only have one instance. Any further instances will appear if the entry has recurrence data.

    The time of an instance is the start time of that instance of the entry.

    Constructor & Destructor Documentation

    ~CCalInstance ( )

    IMPORT_C~CCalInstance()

    Member Function Documentation

    EndTimeL ( )

    IMPORT_C TCalTimeEndTimeL()const

    Entry ( )

    IMPORT_C CCalEntry &Entry()const

    InstanceIdL ( )

    IMPORT_C TCalInstanceIdInstanceIdL()const

    NewL ( CCalEntry *, const TCalTime & )

    CCalInstance *NewL(CCalEntry *aEntry,
    const TCalTime &iTime
    )[static]

    StartTimeL ( )

    IMPORT_C TCalTimeStartTimeL()const

    Time ( )

    IMPORT_C TCalTimeTime()const