TimePickerSelection
TimePickerSelection
Class
Android
public value class TimePickerSelection internal constructor(internal val value: Int)
Companion Object
Properties
Android
public val Hour: TimePickerSelection
Represents the hour component of the time.
Android
public val Minute: TimePickerSelection
Represents the minute component of the time.
Android
public val Second: TimePickerSelection
Represents the second component of the time.
Android
public val Period: TimePickerSelection
Represents the AM/PM period component of the time for 12-hour formats.
Android
public val ConfirmButton: TimePickerSelection
Represents the confirmation button component used to confirm the selected time.
Android
public val None: TimePickerSelection
Indicates that no specific component is selected. Used primarily for accessibility.