| Package | Description |
|---|---|
| com.cronutils.utils |
| Modifier and Type | Method and Description |
|---|---|
static WeekendPolicy |
WeekendPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekendPolicy[] |
WeekendPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
WeekendPolicy.daysFromWeekend(WeekendPolicy policy,
ZonedDateTime date) |
static int |
WeekendPolicy.daysToWeekend(WeekendPolicy policy,
ZonedDateTime date) |
static int |
DateUtils.workdaysCount(ZonedDateTime startDate,
int days,
List<ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
static int |
DateUtils.workdaysCount(ZonedDateTime startDate,
ZonedDateTime endDate,
List<ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
Copyright © 2023. All rights reserved.