getWeekYear abstract method

int getWeekYear(
  1. LocalDate date
)

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

  • date: The date to compute the week-year of.

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

Implementation

int getWeekYear(LocalDate date);