[]
Used by InitialField property and GoToField(DateTimeField, bool) method.
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. |
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. |
Manual | Used the default date-time field. |
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. |