Year.atDay

Combines this year with a day-of-year to create a {@code LocalDate}. !(p) This returns a {@code LocalDate} formed from this year and the specified day-of-year. !(p) The day-of-year value 366 is only valid _in a leap year.

@param dayOfYear the day-of-year to use, from 1 to 365-366 @return the local date formed from this year and the specified date of year, not null @throws DateTimeException if the day of year is zero or less, 366 or greater or equal to 366 and this is not a leap year

class Year
atDay
()

Meta