Expand description
Enums representing the fields in a date pattern, including the field’s type, length and symbol.
Structs§
ULE
type for DayPeriodULE
type for DayULE
type for DecimalSecond- A field within a date pattern string, also referred to as a date field.
ULE
type forFieldSymbol
ULE
type for HourULE
type for MonthULE
type for SecondULE
type for TimeZoneULE
type for WeekdayULE
type for Year
Enums§
- An enum for the possible symbols of a day field in a date pattern.
- An enum for the possible symbols of a day period field in a date pattern.
- A second field with fractional digits.
- An error relating to the field for a date pattern field as a whole.
- An enum representing the length of a field within a date or time formatting pattern string.
- Various numeric overrides for datetime patterns as found in CLDR
- A field symbol for a date formatting pattern.
- An enum for the possible symbols of an hour field in a date pattern.
- An error relating to the length of a field within a date pattern.
- An enum for the possible symbols of a month field in a date pattern.
- An enum for the possible symbols of a second field in a date pattern.
- An error relating to the field symbol for a date pattern field.
- An enum for the possible symbols of a time zone field in a date pattern.
- An enum for the possible symbols of a week field in a date pattern.
- An enum for the possible symbols of a weekday field in a date pattern.
- An enum for the possible symbols of a year field in a date pattern.