Enum CalendarSelectable

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for defining which fields of a tm struct will be taken into account.

    [Obsolete("This has been deprecated in API12")]
    [Flags]
    public enum CalendarSelectable

    Fields

    Name Description
    Day

    Day will be taken into account.

    Month

    Month will be taken into account.

    None

    None will be taken into account.

    Year

    Year will be taken into account.

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