Uses of Class
com.timeanddate.services.BusinessDates
Packages that use BusinessDates
-
Uses of BusinessDates in com.timeanddate.services
Methods in com.timeanddate.services that return BusinessDatesModifier and TypeMethodDescriptionBusinessDateService.addDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.addDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.subtractDays(TADDateTime startDate, int days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.BusinessDateService.subtractDays(TADDateTime startDate, List<Integer> days, LocationId placeId)
The businessdate service can be used to find a business date from a specified number of days.