#include <app/calcommon.h>
| class CalCommon::TCalPriorityRange |
| Public Member Functions | |
|---|---|
| TCalPriorityRange() | |
| TCalPriorityRange(TUint, TUint) | |
| IMPORT_C TUint | HighestPriority() |
| IMPORT_C TUint | LowestPriority() |
Class to implement a priority range. This is used to set a priority range when using CCalFindInstanceSettings.
| IMPORT_C | TCalPriorityRange | ( | ) |
Constructs a TCalPriorityRange that includes all priorities.
Constructs a TCalPriorityRange.
Lower numerical values have higher priority. So to filter on entries between priority 1 and 3 included aHighestPriority should be 1 and aLowestPriority should be 3.
| Parameter | Description |
|---|---|
| aHighestPriority | The highest priority in the range. |
| aLowestPriority | The lowest priority in the range. |
| IMPORT_C TUint | HighestPriority | ( | ) | const |
Returns the highest priority of the range.
Returns: The highest priority of the range.
| IMPORT_C TUint | LowestPriority | ( | ) | const |
Returns the lowest priority of the range.
Returns: The lowest priority of the range.