Module icu::datetime::input

source ·
Expand description

A collection of utilities for representing and working with dates as an input to formatting operations.

Traits

  • Representation of a formattable calendar date. Supports dates in any calendar system that uses solar days indexed by an era, year, month, and day.
  • A combination of a formattable calendar date and ISO time.
  • Representation of a time of day according to ISO-8601 conventions. Always indexed from midnight, regardless of calendar system.
  • A formattable calendar date and ISO time that takes the locale into account.
  • Representation of a formattable time zone.