getWeeksInWeekYear abstract method

int getWeeksInWeekYear(
  1. int weekYear,
  2. CalendarSystem calendar
)

Returns the number of weeks in the given week-year, within the specified calendar system.

  • weekYear: The week-year to find the range of.
  • calendar: The calendar system the calculation is relative to.

Returns: The number of weeks in the given week-year within the given calendar.

Implementation

int getWeeksInWeekYear(int weekYear, CalendarSystem calendar);