public class DateUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
workdaysCount(ZonedDateTime startDate,
int days,
List<ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
static int |
workdaysCount(ZonedDateTime startDate,
ZonedDateTime endDate,
List<ZonedDateTime> holidays,
WeekendPolicy weekendPolicy) |
public static int workdaysCount(ZonedDateTime startDate, int days, List<ZonedDateTime> holidays, WeekendPolicy weekendPolicy)
public static int workdaysCount(ZonedDateTime startDate, ZonedDateTime endDate, List<ZonedDateTime> holidays, WeekendPolicy weekendPolicy)
Copyright © 2023. All rights reserved.