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