Class

TimePickerSelectionMode

The selection mode for the time picker

Source set: Common
@ExperimentalMaterial3Api
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: