static BusinessDayAdjuster |
BusinessDayAdjuster.addWorkDays(int days) |
Creates a BusinessDayAdjuster that adds the specified number of work days.
|
static BusinessDayAdjuster |
BusinessDayAdjuster.addWorkDays(int days,
Set<LocalDate> holidays) |
Creates a BusinessDayAdjuster that adds the specified number of work days.
|
static BusinessDayAdjuster |
BusinessDayAdjuster.addWorkDays(int days,
Set<LocalDate> holidays,
Set<DayOfWeek> weekendDays) |
Creates a BusinessDayAdjuster that adds the specified number of work days.
|
static BusinessDayAdjuster |
BusinessDayAdjuster.subtractWorkDays(int days) |
Creates a BusinessDayAdjuster that subtracts the specified number of work days.
|
static BusinessDayAdjuster |
BusinessDayAdjuster.subtractWorkDays(int days,
Set<LocalDate> holidays) |
Creates a BusinessDayAdjuster that subtracts the specified number of work days.
|
static BusinessDayAdjuster |
BusinessDayAdjuster.subtractWorkDays(int days,
Set<LocalDate> holidays,
Set<DayOfWeek> weekendDays) |
Creates a WorkDayAdjuster that subtracts the specified number of work days.
|