TimePickerSelection
value class TimePickerSelection
Summary
Public companion properties |
|
|---|---|
TimePickerSelection |
Represents the confirmation button component used to confirm the selected time. |
TimePickerSelection |
Represents the hour component of the time. |
TimePickerSelection |
Represents the minute component of the time. |
TimePickerSelection |
Indicates that no specific component is selected. |
TimePickerSelection |
Represents the AM/PM period component of the time for 12-hour formats. |
TimePickerSelection |
Represents the second component of the time. |
Public companion properties
ConfirmButton
val ConfirmButton: TimePickerSelection
Represents the confirmation button component used to confirm the selected time.
None
val None: TimePickerSelection
Indicates that no specific component is selected. Used primarily for accessibility.
Period
val Period: TimePickerSelection
Represents the AM/PM period component of the time for 12-hour formats.