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,
java.time.ZonedDateTime date) |
static int |
WeekendPolicy.daysToWeekend(WeekendPolicy policy,
java.time.ZonedDateTime date) |
static int |
DateUtils.workdaysCount(java.time.ZonedDateTime startDate,
int days,
List<java.time.ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
static int |
DateUtils.workdaysCount(java.time.ZonedDateTime startDate,
java.time.ZonedDateTime endDate,
List<java.time.ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.