Home | History | Annotate | Download | only in time

Lines Matching refs:monthDay

531      * @param monthDay  the month-day to validate, null returns false
534 public boolean isValidMonthDay(MonthDay monthDay) {
535 return monthDay != null && monthDay.isValidYear(year);
999 * @param monthDay the month-day to use, not null
1002 public LocalDate atMonthDay(MonthDay monthDay) {
1003 return monthDay.atYear(year);