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