daysCount method

int daysCount(
  1. Year year
)

Implementation

int daysCount(Year year) => daysInMonth(year, this);