|
Joutsen
v0.4.1
|
A collection of methods that extend a calendars functionality. More...
Static Public Member Functions | |
| static int | GetWeeksInMonth (this Calendar calendar, int year, int month, DayOfWeek firstDayOfWeek) |
| Fetches the number of weeks a month covers. More... | |
| static int | GetWeeksInYear (this Calendar calendar, int year, CalendarWeekRule calendarweekRule, DayOfWeek firstDayOfWeek) |
| Fetches the number of weeks in a given year. More... | |
A collection of methods that extend a calendars functionality.
|
static |
Fetches the number of weeks a month covers.
the calendar to determine the number of weeks the year of the month the month for which to determine the number of weeks the weekday that is considered the start of the week
|
static |
Fetches the number of weeks in a given year.
the calendar to use the year for which to determine the number of weeks the localization specific way to determine the frst week of a year the localization specific first weekday in a week
1.8.13