Location:
calcommon.h
class CalCommon;
Utility class containing common calendar-related enums.
Defined in CalCommon
:
EExactTextSearch
, EFoldedTextSearch
, EIncludeAlarmedOnly
, EIncludeAll
, EIncludeAnnivs
, EIncludeAppts
, EIncludeCompletedTodos
, EIncludeEvents
, EIncludeIncompletedTodos
, EIncludeReminder
, EIncludeRptsNextInstanceOnly
, EThisAndAll
, EThisAndFuture
, EThisAndPrior
, EThisOnly
, TCalSearchBehaviour
, TCalTimeRange
, TCalViewFilter
, TCalViewFilterFlags
, TRecurrenceRange
class TCalTimeRange;
Class to implement a time range in the Instance view and Entry view.
Defined in CalCommon::TCalTimeRange
:
EndTime()
, StartTime()
, TCalTimeRange()
TCalTimeRange()
Capability: | Illegal |
IMPORT_C TCalTimeRange(TCalTime aStartTime, TCalTime aEndTime);
Construct a TCalTimeRange
.
|
StartTime()
Capability: | Illegal |
IMPORT_C TCalTime StartTime() const;
Returns the start time of the range.
|
EndTime()
Capability: | Illegal |
IMPORT_C TCalTime EndTime() const;
Returns the end time of the range.
|
TCalViewFilterFlags
Entry filter flags used in the entry view and instance view.
|
TRecurrenceRange
The range of instances referred to in a recurrence ID or instance view.
|
TCalSearchBehaviour
Search filter for use in the CCalInstanceView::FindInstanceL()
function.
|
typedef TUint CalCommon::TCalViewFilter;
Entry filter used in the entry view and instance view, filter flags are defined by TCalViewFilterFlags