Module icu_datetime::fields::symbols
source · Macros§
Structs§
ULE
type for DayPeriodULE
type for DayULE
type forFieldSymbol
ULE
type for HourULE
type for MonthULE
type for SecondULE
type for TimeZoneULE
type for WeekULE
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 field symbol for a date formatting pattern. Field symbols are a more granular distinction for a pattern field within the category of a field type. Examples of field types are:
Year
,Month
,Hour
. Within theHour
field type, examples of field symbols are:Hour::H12
,Hour::H24
. Each field symbol is represented within the date formatting pattern string by a distinct character from the set ofA..Z
anda..z
. - An enum for the possible symbols of an hour field in 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.