TimePickerType
value class TimePickerType
Specifies the types of columns to display in the TimePicker.
Summary
Public companion properties |
|
|---|---|
TimePickerType |
Displays two columns for hours (24-hour format) and minutes. |
TimePickerType |
Displays three columns for hours (12-hour format), minutes and AM/PM label. |
TimePickerType |
Displays three columns for hours (24-hour format), minutes and seconds. |
TimePickerType |
Displays two columns for minutes and seconds |
Public companion properties
HoursMinutes24H
val HoursMinutes24H: TimePickerType
Displays two columns for hours (24-hour format) and minutes.
HoursMinutesAmPm12H
val HoursMinutesAmPm12H: TimePickerType
Displays three columns for hours (12-hour format), minutes and AM/PM label.
HoursMinutesSeconds24H
val HoursMinutesSeconds24H: TimePickerType
Displays three columns for hours (24-hour format), minutes and seconds.