public abstract class BusinessdayCalendarExcludingGivenHolidays extends AbstractBusinessdayCalendar
Set provided by the method getHolidays.BusinessdayCalendar.DateOffsetUnit, BusinessdayCalendar.DateRollConvention| Constructor and Description |
|---|
BusinessdayCalendarExcludingGivenHolidays(String name,
BusinessdayCalendar baseCalendar,
boolean isExcludeWeekends) |
| Modifier and Type | Method and Description |
|---|---|
BusinessdayCalendar |
getBaseCalendar() |
abstract Set<LocalDate> |
getHolidays() |
String |
getName() |
boolean |
isBusinessday(LocalDate date)
Test if a given date is a businessday.
|
boolean |
isExcludingWeekends() |
String |
toString() |
convertOffsetCodesToTimes, createDateFromDateAndOffsetCodes, getAdjustedDate, getAdjustedDate, getDateFromDateAndOffsetCode, getRolledDatepublic BusinessdayCalendarExcludingGivenHolidays(String name, BusinessdayCalendar baseCalendar, boolean isExcludeWeekends)
public String getName()
public BusinessdayCalendar getBaseCalendar()
public boolean isExcludingWeekends()
public boolean isBusinessday(LocalDate date)
BusinessdayCalendardate - The given date.public String toString()
toString in class AbstractBusinessdayCalendarCopyright © 2019. All rights reserved.