getWeekOfWeekYear abstract method

int getWeekOfWeekYear(
  1. LocalDate date
)

Calculates the week of the week-year in which the given date occurs, according to this rule.

  • date: The date to compute the week of.

Returns: The week of the week-year of date, according to this rule.

Implementation

int getWeekOfWeekYear(LocalDate date);