Show / Hide Table of Contents

    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.

    public enum IntegerMatchType

    Fields

    Name Description
    Equal

    '='

    GreaterThan

    '>'

    GreaterThanOrEqual

    '>='

    LessThan

    <

    LessThanOrEqual

    <=

    None

    IS NULL.

    NotEqual

    <>, this flag can yield poor performance.

    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX