Package com.helixframework.time
Class BusinessDays
java.lang.Object
com.helixframework.time.BusinessDays
Utility for working with dates and business days.
-
Method Details
-
plus
Adds business days to the specified date.- Parameters:
localDate- start datedays- number of business days to add- Returns:
- a
LocalDatethat is n business days after the start date
-
plus
Adds business days to the specified date.- Parameters:
localDate- start datedays- number of business days to addholidays- holiday dates- Returns:
- a
LocalDatethat is n business days after the start date
-
minus
Subtracts business days from specified date.- Parameters:
localDate- start datedays- number of business days to subtract- Returns:
- a
LocalDatethat is n business days before the start date
-
minus
Subtracts business days from specified date.- Parameters:
localDate- start datedays- number of business days to subtractholidays- holiday dates- Returns:
- a
LocalDatethat is n business days before the start date
-