Enum TimePickerValuePart
Specifies the individual components of a time value that a time picker control can expose or manipulate.
public enum TimePickerValuePart
Fields
AmPm = 3Represents the AM/PM designator of the time value in 12-hour format.
Hour = 0Represents the hour component of the time value.
Minute = 1Represents the minute component of the time value.
Second = 2Represents the second component of the time value.