Table of Contents

Enum TimePickerValuePart

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the individual components of a time value that a time picker control can expose or manipulate.

public enum TimePickerValuePart

Fields

AmPm = 3

Represents the AM/PM designator of the time value in 12-hour format.

Hour = 0

Represents the hour component of the time value.

Minute = 1

Represents the minute component of the time value.

Second = 2

Represents the second component of the time value.