Enum CalendarSelectable
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for defining which fields of a tm struct will be taken into account.
[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. |