| Package | Description |
|---|---|
| app.pickmaven.businessdays |
| Modifier and Type | Method and Description |
|---|---|
static BusinessDay.Builder |
BusinessDay.Builder.aBusinessDay() |
BusinessDay.Builder |
BusinessDay.Builder.applyToYears(Integer... years)
Sets years to apply holidays for computing next business day.
|
BusinessDay.Builder |
BusinessDay.Builder.computingChristmas()
Adds the Christmas as
app.pickmaven.businessdays.Holiday if is not already present in app.pickmaven.businessdays.Holidays. |
BusinessDay.Builder |
BusinessDay.Builder.computingEaster()
Adds the Easter as
app.pickmaven.businessdays.Holiday if is not already present in app.pickmaven.businessdays.Holidays. |
BusinessDay.Builder |
BusinessDay.Builder.computingEasterMonday()
Adds the Easter Monday as
app.pickmaven.businessdays.Holiday if is not already present in app.pickmaven.businessdays.Holidays. |
BusinessDay.Builder |
BusinessDay.Builder.fromStartingDate(java.time.LocalDate startingDate)
Sets the starting day for computing the next business day.
|
BusinessDay.Builder |
BusinessDay.Builder.givenHolidays(Holidays holidays)
Sets the
app.pickmaven.businessdays.Holidays object in the app.pickmaven.businessdays.BusinessDay object. |
BusinessDay.Builder |
BusinessDay.Builder.holidayOnWeekDays(java.time.DayOfWeek... weekDays)
Sets weekdays as holiday.
|
BusinessDay.Builder |
BusinessDay.Builder.holidayOnWeekDays(TemporalRange range,
java.time.DayOfWeek... weekDays)
Sets weekdays as holiday, applied to specific temporal range.
|
BusinessDay.Builder |
BusinessDay.Builder.withBusinessSaturday(Integer... yearsOrMonths)
Sets saturday as business day for years or months passed as parameter; if no years or months are passed in it sets to true.
|
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(Integer... yearsOrMonths)
Sets sunday as business day for years or months passed as parameter; if no years or months are passed in it sets to true.
|
BusinessDay.Builder |
BusinessDay.Builder.withBusinessSunday(TemporalRange range)
Sets sunday as business day for the
app.pickmaven.businessdays.TemporalRange passed as parameter. |
Copyright © 2020. All rights reserved.