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 ConfirmButton: TimePickerSelection

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

Hour

val Hour: TimePickerSelection

Represents the hour component of the time.

Minute

val Minute: TimePickerSelection

Represents the minute component of the 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.

Second

val Second: TimePickerSelection

Represents the second component of the time.

Public functions

toString

open fun toString(): String