public class BusinessdayCalendarAny extends AbstractBusinessdayCalendar
BusinessdayCalendar.DateOffsetUnit, BusinessdayCalendar.DateRollConvention| Constructor and Description |
|---|
BusinessdayCalendarAny()
Create a business day calendar, where every day is a business day.
|
| 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 BusinessdayCalendarAny()
public boolean isBusinessday(LocalDate date)
BusinessdayCalendardate - The given date.public String toString()
toString in class AbstractBusinessdayCalendarCopyright © 2019. All rights reserved.