class CCalEntryId : public CBase;
Description
Class representing a uniquely identifiable calendar entry in a calendar file.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CCalEntryId
- Class representing a uniquely identifiable calendar entry in a calendar file.
Members
Defined in CCalEntryId
:
Inherited from CBase
:
Construction and destruction
IMPORT_C static CCalEntryId* NewL(TDesC8 *aFlatData);
Description
Allocates and constructs IDs for new entry of the specified type.
Parameters
TDesC8 *aFlatData |
Pointer to the alarm data
|
|
Return value
IMPORT_C static CCalEntryId* NewL(TDesC8 *aFlatData);
Description
Parameters
Return value
IMPORT_C ~CCalEntryId();
Description
IMPORT_C TPtrC8 IdL();
Description
Fetches the entry's ID
Return value
IMPORT_C TPtrC StoreFileNameL();
Description
Stores the name of the file
Return value
TPtrC16
|
Pointer to the name of the file
|
|
IMPORT_C TCalTime RecurrenceIdL();
Description
Fetches the recurrence ID of the entry
Return value
IMPORT_C TCalTime InstanceTimeL() const;
Description
Fetches the instance time of the entry
Return value
TCalTime
|
Pointer to the instance time of the entry
|
|
IMPORT_C TCalLocalUid LocalUidL() const;
Description
Fetches the local ID of the entry
Return value
TCalLocalUid
|
Pointer to the local ID of the entry
|
|
IMPORT_C TPtrC8 IdL();
Description
Return value
IMPORT_C TPtrC StoreFileNameL();
Description
Return value
IMPORT_C TCalTime RecurrenceIdL();
Description
Return value
IMPORT_C TCalTime InstanceTimeL() const;
Description
Return value
IMPORT_C TCalLocalUid LocalUidL() const;
Description
Return value