|
||
class CCalInstance : public CBase;
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.
CBase
-
Base class for all classes to be instantiated on the heap.
CCalInstance
- Class representing an instance of a calendar entry.
Defined in CCalInstance
:
EndTimeL()const
EndTimeL()const
Get the end time of this instance.Entry()const
Entry()const
Gets the entry that this instance belongs to.StartTimeL()const
StartTimeL()const
Get the start time of this instance.Time()const
Time()const
Get the time of this instance.~CCalInstance()
~CCalInstance()
Destructor for the instance - if this is the last instance of an entry, the entr...Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Capability: | Illegal |
IMPORT_C ~CCalInstance();
Destructor for the instance - if this is the last instance of an entry, the entry is deleted too.
Capability: | Illegal |
IMPORT_C CCalEntry& Entry() const;
Gets the entry that this instance belongs to.
|
Capability: | Illegal |
IMPORT_C TCalTime Time() const;
Get the time of this instance.
|
Capability: | Illegal |
IMPORT_C TCalTime StartTimeL() const;
Get the start time of this instance.
|
Capability: | Illegal |
IMPORT_C TCalTime EndTimeL() const;
Get the end time of this instance.
|