Class BusinessdayCalendarAny

    • Constructor Detail

      • BusinessdayCalendarAny

        public BusinessdayCalendarAny()
        Create a business day calendar, where every day is a business day.
    • 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.