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 functions

open String

Public companion properties

ConfirmButton

val ConfirmButtonTimePickerSelection

Represents the confirmation button component used to confirm the selected time.

Hour

val HourTimePickerSelection

Represents the hour component of the time.

Minute

val MinuteTimePickerSelection

Represents the minute component of the time.

None

val NoneTimePickerSelection

Indicates that no specific component is selected. Used primarily for accessibility.

Period

val PeriodTimePickerSelection

Represents the AM/PM period component of the time for 12-hour formats.

Second

val SecondTimePickerSelection

Represents the second component of the time.

Public functions

toString

open fun toString(): String