Skip to main content

Module calendar_arithmetic

Module calendar_arithmetic 

Source

Structs§

ArithmeticDate 🔒

Constants§

MAX_ITERS_FOR_DAYS_OF_MONTH 🔒
Maximum number of iterations when iterating through the days of a month; can be increased if necessary
VALID_YEAR_RANGE 🔒
The range ±2²⁷. We use i32::MIN since it is -2³¹

Traits§

DateFieldsResolver 🔒
Trait for converting from era codes, month codes, and other fields to year/month/day ordinals.
ToExtendedYear 🔒