TimeFormat

@IviExperimental(reasons = [])
enum TimeFormat : Enum<TimeFormat>

Represents the different formats in which clock time can be displayed. TimeFormat.CLOCK_12H represents clock time that runs from 1am to noon and then from 1pm to midnight. TimeFormat.CLOCK_24H represents clock time that runs from 00:00 (midnight) to 23:59. TimeFormat.UNSET is a special value used to signal that no configuration has been set for the clock time format.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.