Module calendar

Source
Expand description

Data structs for calendar-specific symbols and patterns.

Modules§

day_periods
Formatting symbols for DayPeriod.
months
Formatting symbols for Month.
patterns
Data structs for date / time patterns that store data corresponding to pattern lengths and/or plural forms.
weekdays
Formatting symbols for Weekday.

Structs§

DateLengths
Pattern data for dates.
DateSkeletonPatterns
Skeleton data for dates and times, along with the corresponding plural pattern information.
DateSymbols
Symbol data for the months, weekdays, and eras needed to format a date.
Eras
String data for the name, abbreviation, and narrow form of a date’s era.
SkeletonData
This struct is a public wrapper around the internal Skeleton struct.
TimeLengths
Pattern data for times.
TimeSymbols
Symbol data for the day periods needed to format a time.