TimePickerSelectionMode

Class

Common
@ExperimentalMaterial3Api
value class TimePickerSelectionMode private constructor(val value: Int)

The selection mode for the time picker

Companion Object

Properties

Common
val Hour = TimePickerSelectionMode(0)
Common
val Minute = TimePickerSelectionMode(1)