Enum CalendarFilter.IntegerMatchType
Definition
- Assembly:
- Tizen.Pims.Calendar.dll
Enumeration for the filter match type of an integer.
C#Copypublic enum CalendarFilter.IntegerMatchType
| Name | Description |
|---|---|
| Equal | '=' |
| GreaterThan | '>' |
| GreaterThanOrEqual | '>=' |
| LessThan | < |
| LessThanOrEqual | <= |
| None | IS NULL. |
| NotEqual | <>, this flag can yield poor performance. |