Class BusinessdayCalendarExcludingWeekends

    • Constructor Detail

      • BusinessdayCalendarExcludingWeekends

        public BusinessdayCalendarExcludingWeekends()
        Create business day calendar.
      • BusinessdayCalendarExcludingWeekends

        public BusinessdayCalendarExcludingWeekends​(BusinessdayCalendar baseCalendar)
        Create business day calendar using a given business day calendar as basis.
        Parameters:
        baseCalendar - Calendar of business days.
    • Method Detail

      • isBusinessday

        public boolean isBusinessday​(LocalDate date)
        Description copied from interface: BusinessdayCalendar
        Test if a given date is a businessday.
        Parameters:
        date - The given date.
        Returns:
        True, if the given date is a businessday, otherwise false.