Expand description

This module contains various types used by icu_calendar and icu_datetime

Structs

A day number in a month. Usually 1-based.

A struct containing various details about the position of the day within a year. It is returned

TODO(#486): Implement era codes.

The GMT offset in seconds for a mock time zone

An ISO-8601 hour component, for use with ISO calendars.

An ISO-8601 minute component, for use with ISO calendars.

An ISO-8601 second component, for use with ISO calendars.

Representation of a formattable month.

TODO(#486): Implement month codes.

A week number in a month. Usually 1-based.

A week number in a year. Usually 1-based.

Representation of a formattable year.

Enums

A placeholder for fractional seconds support. See Issue #485 for tracking the support of this feature.

A weekday in a 7-day week, according to ISO-8601.