public class BusinessdayCalendarExcludingTARGETHolidays extends AbstractBusinessdayCalendar
BusinessdayCalendar.DateOffsetUnit, BusinessdayCalendar.DateRollConvention| Constructor and Description |
|---|
BusinessdayCalendarExcludingTARGETHolidays()
Create TARGET business day calendar.
|
BusinessdayCalendarExcludingTARGETHolidays(BusinessdayCalendar baseCalendar)
Create TARGET business day calendar using a given business day calendar as basis.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBusinessday(LocalDate date)
Test if a given date is a businessday.
|
static boolean |
isEasterSunday(LocalDate date)
Test a given date for being easter sunday.
|
String |
toString() |
convertOffsetCodesToTimes, createDateFromDateAndOffsetCodes, getAdjustedDate, getAdjustedDate, getDateFromDateAndOffsetCode, getRolledDatepublic BusinessdayCalendarExcludingTARGETHolidays()
public BusinessdayCalendarExcludingTARGETHolidays(BusinessdayCalendar baseCalendar)
baseCalendar - Calendar of business days.public boolean isBusinessday(LocalDate date)
BusinessdayCalendardate - The given date.public static boolean isEasterSunday(LocalDate date)
date - The date to check.public String toString()
toString in class AbstractBusinessdayCalendarCopyright © 2019. All rights reserved.