Interface FixedWeekdayInMonth

  • All Superinterfaces:
    Described, Limited

    public interface FixedWeekdayInMonth
    extends Described, Limited
    Represents the configuration of a holiday that has a fixed weekday in a month based on its occurrence that can be
    • Limited
    • Described

    Example: The first Saturday in January.

    The FixedWeekdayInMonthParser is used.

    • Method Detail

      • weekday

        DayOfWeek weekday()
        Describes the day of the week, like Monday, Tuesday, ...
        Returns:
        the weekday on which the holiday occurs
      • month

        Month month()
        Describes the month in which the holiday will occur.
        Returns:
        the month in which the holiday occurs
      • which

        Occurrence which()
        Describes on which weekday the holiday occurs, like the first or second
        Returns:
        the occurrence