Year.atMonthDay

Combines this year with a month-day to create a {@code LocalDate}. !(p) This returns a {@code LocalDate} formed from this year and the specified month-day. !(p) A month-day of February 29th will be adjusted to February 28th _in the resulting date if the year is not a leap year.

@param monthDay the month-day to use, not null @return the local date formed from this year and the specified month-day, not null

class Year
atMonthDay

Meta