Uses of Enum Class
io.github.projectunified.cronutils.utils.WeekendPolicy
Packages that use WeekendPolicy
-
Uses of WeekendPolicy in io.github.projectunified.cronutils.utils
Methods in io.github.projectunified.cronutils.utils that return WeekendPolicyModifier and TypeMethodDescriptionstatic WeekendPolicyReturns the enum constant of this class with the specified name.static WeekendPolicy[]WeekendPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.projectunified.cronutils.utils with parameters of type WeekendPolicyModifier and TypeMethodDescriptionstatic intWeekendPolicy.daysFromWeekend(WeekendPolicy policy, ZonedDateTime date) static intWeekendPolicy.daysToWeekend(WeekendPolicy policy, ZonedDateTime date) static intDateUtils.workdaysCount(ZonedDateTime startDate, int days, List<ZonedDateTime> holidays, WeekendPolicy weekendPolicy) static intDateUtils.workdaysCount(ZonedDateTime startDate, ZonedDateTime endDate, List<ZonedDateTime> holidays, WeekendPolicy weekendPolicy)