Enum HourFormatTypes
Specifies the format of the hour for the date time field.
public enum HourFormatTypes : byte
Fields
AmPm = 0
The hour is displayed in AM/PM format.
FullDay = 1
The hour is displayed in 24-hour format.
Specifies the format of the hour for the date time field.
public enum HourFormatTypes : byte
AmPm = 0
The hour is displayed in AM/PM format.
FullDay = 1
The hour is displayed in 24-hour format.