Expand description
This module contains various types used by icu_calendar and icu::datetime
Structs§
- Cyclic
Year  - Year information for a year that is specified as a cyclic year
 - DayOf
Month  - A 1-based day number in a month.
 - DayOf
Week InMonth  - A day of week in month. 1-based.
 - DayOf
Year  - The current day of the year, 1-based.
 - EraYear
 - Year information for a year that is specified with an era
 - IsoWeek
OfYear  - A week number in a year
 - Month
Code  - Representation of a month in a year
 - Month
Info  - Representation of a formattable month.
 - RataDie
 - The Rata Die, or R.D.: number of days since January 1, 1 CE.
 
Enums§
- Weekday
 - A weekday in a 7-day week, according to ISO-8601.
 - Year
Ambiguity  - Defines whether the era or century is required to interpret the year.
 - Year
Info  - The type of year: Calendars like Chinese don’t have an era and instead format with cyclic years.