[]
Represents date-time fields.
public enum DateTimeField
Name | Description |
---|---|
AMPM | The date-time field that contains the AMPM part of the value. |
DayOfMonth | The date-time field that contains the DayOfMonth part of the value. |
Default | Used the default date-time field. |
Era | The date-time field that contains the Era part of the value. |
Hour | The date-time field that contains the Hour part of the value. |
Minute | The date-time field that contains the Minute part of the value. |
Month | The date-time field that contains the Month part of the value. |
Second | The date-time field that contains the Second part of the value. |
Year | The date-time field that contains the Year part of the value. |