Class MonthDays


  • public class MonthDays
    extends Object
    Operations with MonthDays.
    Since:
    1.0
    • Method Detail

      • previous

        public static MonthDay previous​(MonthDay monthDay)
        Returns the month-day preceding the given month-day.

        Always returns MonthDay.of(FEBRUARY, 29) for MonthDay.of(MARCH, 1).

        Throws:
        IllegalArgumentException - if monthDay is null
        Since:
        1.0