Composables UI is out: our new component library for Compose Multiplatform ->
Class

TimePickerSelectionMode

The selection mode for the time picker

Source set: Common
value class TimePickerSelectionMode private constructor(val value: Int)

The selection mode for the time picker

Companion Object

Properties

Source set: Common
val Hour = TimePickerSelectionMode(0)
Source set: Common
val Minute = TimePickerSelectionMode(1)

Last updated: