Interface FixedWeekdayBetweenFixed

  • All Superinterfaces:
    Described, Limited

    public interface FixedWeekdayBetweenFixed
    extends Described, Limited
    Represents the configuration of a fixed weekday holiday between two other Fixed holidays/days that can be
    • Limited
    • Described

    The `from` and `to` describes the date range in which the `weekday` is a holiday.

    Example: The holiday is the Saturday between the first January and the 10th January. If there are multiple Saturdays between the two dates all will be returned.

    The FixedWeekdayBetweenFixedParser is used.

    • Method Detail

      • from

        Fixed from()
        Start of the date range in which the weekday occurs
        Returns:
        the Fixed start date of the date range
      • to

        Fixed to()
        End of the date range in which the weekday occurs
        Returns:
        the Fixed end date of the date range
      • weekday

        DayOfWeek weekday()
        The weekday which represents the holiday between from and to
        Returns:
        the weekday for the holiday