Module icu_datetime::neo_skeleton

source ·
Expand description

Temporary module for neo datetime skeletons (Semantic Skeleta)

Structs§

  • A skeleton for formatting parts of a date (without time or time zone).
  • A skeleton for formatting parts of a date and time (without time zone).
  • A skeleton for formatting parts of a date, time, and optional time zone.
  • A skeleton for formatting parts of a time (without date or time zone).
  • A skeleton for formatting a time zone.

Enums§

  • The alignment context of the formatted string.
  • A specification for when to display the era when formatting a year.
  • A specification for how many fractional second digits to display.
  • An error from constructing FractionalSecondDigits.
  • A specification of components for parts of a datetime and/or time zone.
  • A specification for a set of parts of a date. Only sets that yield “sensible” dates are allowed: this type cannot describe a date such as “August, Anno Domini”.
  • A specification of components for parts of a datetime.
  • A specification for a set of parts of a date that specifies a single day (as opposed to a whole month or a week). Only sets that yield “sensible” dates are allowed: this type cannot describe a date such as “some Tuesday in 2023”.
  • A specification for the length of a date or component of a date.
  • A specification for a set of parts of a time. Only sets that yield “sensible” time are allowed: this type cannot describe a time such as “am, 5 minutes, 25 milliseconds”.
  • Specification of the time zone display style.