Structs§
- A representation of a civil date in the Gregorian calendar.
- Options for
Date::checked_add
andDate::checked_sub
. - Options for
Date::since
andDate::until
. - An iterator over periodic dates, created by
Date::series
. - A builder for setting the fields on a
Date
.
Enums§
Functions§
- Returns the number of days in the given year and month.
- Returns the Unix epoch day corresponding to the first day in the ISO 8601 week year given.
- Adds or subtracts
sign
from the givenyear
/month
. - Adds the given span of months to the
month
given. - Saturates the given day in the month.