Combines this month-day with a year to create a LocalDate.
This returns a LocalDate formed from this month-day and the specified year.
A month-day of February 29th will be adjusted to February 28th in the resulting date if the year is not a leap year.
This instance is immutable and unaffected by this method call.
year | the year to use, from MIN_YEAR to MAX_YEAR |
DateTimeException | if the year is outside the valid range of years |
Diagram: Day, Week, Month