Module icu_calendar::week_of
source · Structs§
- UnitInfo 🔒Information about a year or month.
- Calculator for week-of-month and week-of-year based on locale-specific configurations.
- The week number assigned to a given week according to a calendar.
- Iterator that yields weekdays that are part of the weekend.
Enums§
- The year or month that a calendar assigns a week to relative to the year/month that it is in.
- Which year or month that a calendar assigns a week to relative to the year/month the week is in.
Constants§
- Minimum number of days in a month unit required for using this module
Functions§
- Returns the weekday that’s
num_days
afterweekday
. - Computes & returns the week of given month or year according to a calendar with min_week_days = 1.
- Computes & returns the week of given month/year according to
calendar
.