TimePickerType
Class
Android
public value class TimePickerType internal constructor(internal val value: Int)
Specifies the types of columns to display in the TimePicker.
Companion Object
Properties
Android
public val HoursMinutes24H: TimePickerType
Displays two columns for hours (24-hour format) and minutes.
Android
public val HoursMinutesSeconds24H: TimePickerType
Displays three columns for hours (24-hour format), minutes and seconds.
Android
public val HoursMinutesAmPm12H: TimePickerType
Displays three columns for hours (12-hour format), minutes and AM/PM label.