Expand description
Enums representing the fields in a date pattern, including the field’s type, length and symbol.
Structs§
- DayPeriodULE
ULE
type for DayPeriod- DayULE
ULE
type for Day- Decimal
SecondULE ULE
type for DecimalSecond- Field
- A field within a date pattern string, also referred to as a date field.
- Field
SymbolULE ULE
type forFieldSymbol
- FieldULE
ULE
type forField
- HourULE
ULE
type for Hour- MonthULE
ULE
type for Month- SecondULE
ULE
type for Second- Time
ZoneULE ULE
type for TimeZone- WeekdayULE
ULE
type for Weekday- YearULE
ULE
type for Year
Enums§
- Day
- An enum for the possible symbols of a day field in a date pattern.
- DayPeriod
- An enum for the possible symbols of a day period field in a date pattern.
- Decimal
Second - A second field with fractional digits.
- Error
- An error relating to the field for a date pattern field as a whole.
- Field
Length - An enum representing the length of a field within a date or time formatting pattern string.
- Field
Numeric Overrides - Various numeric overrides for datetime patterns as found in CLDR
- Field
Symbol - A field symbol for a date formatting pattern.
- Hour
- An enum for the possible symbols of an hour field in a date pattern.
- Length
Error - An error relating to the length of a field within a date pattern.
- Month
- An enum for the possible symbols of a month field in a date pattern.
- Second
- An enum for the possible symbols of a second field in a date pattern.
- Symbol
Error - An error relating to the field symbol for a date pattern field.
- Time
Zone - An enum for the possible symbols of a time zone field in a date pattern.
- Week
- An enum for the possible symbols of a week field in a date pattern.
- Weekday
- An enum for the possible symbols of a weekday field in a date pattern.
- Year
- An enum for the possible symbols of a year field in a date pattern.