| Package | Description |
|---|---|
| app.pickmaven.businessdays | |
| app.pickmaven.businessdays.utils |
| Modifier and Type | Method and Description |
|---|---|
TemporalRange |
TemporalRange.Builder.build()
It returns the instance of
app.pickmaven.businessdays.TemporalRange object. |
| Modifier and Type | Method and Description |
|---|---|
Holidays |
BusinessDay.getHolidaysForTemporalRange(TemporalRange range)
Gets the
app.pickmaven.businessdays.Holidays object filtered based temporal range you pass as parameter. |
BusinessDay.Builder |
BusinessDay.Builder.holidayOnWeekDays(TemporalRange range,
java.time.DayOfWeek... weekDays)
Sets weekdays as holiday, applied to specific temporal range.
|
boolean |
TemporalRange.includes(TemporalRange range)
Checks if this temporal range includes the parameter range.
|
BusinessDay.Builder |
BusinessDay.Builder.withBusinessSaturday(TemporalRange range)
Sets saturday as business day for the
app.pickmaven.businessdays.TemporalRange passed as parameter. |
BusinessDay.Builder |
BusinessDay.Builder.withBusinessSunday(TemporalRange range)
Sets sunday as business day for the
app.pickmaven.businessdays.TemporalRange passed as parameter. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HolidayUtils.isInRange(java.time.LocalDate date,
TemporalRange range)
Checks if
LocalDate date is included in TemporalRange range. |
Copyright © 2020. All rights reserved.