public class BusinessdayCalendarExcludingWeekends extends AbstractBusinessdayCalendar
BusinessdayCalendar.DateOffsetUnit, BusinessdayCalendar.DateRollConvention| Constructor and Description |
|---|
BusinessdayCalendarExcludingWeekends()
Create business day calendar.
|
BusinessdayCalendarExcludingWeekends(BusinessdayCalendar baseCalendar)
Create 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.
|
String |
toString() |
convertOffsetCodesToTimes, createDateFromDateAndOffsetCodes, getAdjustedDate, getAdjustedDate, getDateFromDateAndOffsetCode, getRolledDatepublic BusinessdayCalendarExcludingWeekends()
public BusinessdayCalendarExcludingWeekends(BusinessdayCalendar baseCalendar)
baseCalendar - Calendar of business days.public boolean isBusinessday(LocalDate date)
BusinessdayCalendardate - The given date.public String toString()
toString in class AbstractBusinessdayCalendarCopyright © 2019. All rights reserved.