Module icu::datetime::fields

source ·
Expand description

Enums representing the fields in a date pattern, including the field’s type, length and symbol.

Structs§

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.