Enum CalendarSelectable

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

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

C#
Copy
[Flags] public enum CalendarSelectable
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.