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.

Public functions

open String

Public companion properties

HoursMinutes24H

Added in 1.0.0-alpha25
val HoursMinutes24HTimePickerType

Displays two columns for hours (24-hour format) and minutes.

HoursMinutesAmPm12H

Added in 1.0.0-alpha25
val HoursMinutesAmPm12HTimePickerType

Displays three columns for hours (12-hour format), minutes and AM/PM label.

HoursMinutesSeconds24H

Added in 1.0.0-alpha25
val HoursMinutesSeconds24HTimePickerType

Displays three columns for hours (24-hour format), minutes and seconds.

Public functions

toString

open fun toString(): String