public LocalDate atYear (int year)

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.

Parameters:
year    the year to use, from MIN_YEAR to MAX_YEAR

Returns:  the local date formed from this month-day and the specified year, not null

Exceptions:
DateTimeException    if the year is outside the valid range of years