Enum CalendarFilter.IntegerMatchType

Definition

Namespace:
Tizen.Pims.Calendar
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

Enumeration for the filter match type of an integer.

C#
Copy
public enum IntegerMatchType
Name Description
Equal

'='

GreaterThan

'>'

GreaterThanOrEqual

'>='

LessThan

<

LessThanOrEqual

<=

None

IS NULL.

NotEqual

<>, this flag can yield poor performance.