|
Joutsen v0.5.0+12-g5dd5f7e
|
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.
@calendar the calendar to determine the number of weeks @year the year of the month @month the month for which to determine the number of weeks @firstDayOfWeek the weekday that is considered the start of the week
|
static |
Fetches the number of weeks in a given year.
@calendar the calendar to use @year the year for which to determine the number of weeks @calendarweekRule the localization specific way to determine the frst week of a year @firstDayOfWeek the localization specific first weekday in a week