ChronoLocalDate.lengthOfYear

Returns the length of the year represented by this date, as defined by the calendar system. !(p) This returns the length of the year _in days. !(p) The implementation uses {@link #isLeapYear()} and returns 365 or 366.

@return the length of the year _in days

interface ChronoLocalDate
int
lengthOfYear
()

Meta