Enum DateTimeFieldType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for the datetime field types for DateTimeSelector.
public enum DateTimeFieldType
Fields
Name | Description |
---|---|
AmPm | Indicates the AM/PM field. |
Date | Indicates the Date field. |
Hour | Indicates the Hour field. |
Minute | Indicates the Minute field. |
Month | Indicates the Month field. |
Year | Indicates the Year field. |