HourFormat enum
Describes how hours are formatted.
Constants
- H → const HourFormat
-
Non-padded variable-length 24-hour format ranging from "0" to "23".
const HourFormat(1)
- h → const HourFormat
-
Non-padded variable-length hour in day period format ranging from "1" to "12".
const HourFormat(2)
- HH → const HourFormat
-
Zero-padded two-digit 24-hour format ranging from "00" to "23".
const HourFormat(0)
-
values
→ const List<
HourFormat> -
A constant List of the values in this enum, in order of their declaration.
const List<
HourFormat>
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited