This returns a {@code LocalDate} formed from this year and the specified day-of-year.
The day-of-year value 366 is only valid in a leap year. @param dayOfYear the day-of-year to use, not null @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 equalto 366 and this is not a leap year
|
|
|
|
|
|
|
|
|
|