Package overit.geocallapp.wfm.calendars
Class CalendarsUtils
java.lang.Object
overit.geocallapp.wfm.calendars.CalendarsUtils
Utility class for the calendars module.
- Since:
- 17.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic DateadjustDayShifts(Date dateTimeReference, Date hour) Adjusts the shift to span two days, for example a night shift.
-
Method Details
-
adjustDayShifts
Adjusts the shift to span two days, for example a night shift.- Parameters:
dateTimeReference- the reference dayhour- the reference hour- Returns:
- the calculated end date
-