Calculates the deadline date and time of a working day using a start date, working hours of the day and a amount of days or hours
Web block to calculate a deadline working datetime by providing range of working hours in the day, a start datetime from which start counting, a deadline amount number, a deadline type (hours or days) and the working day duration amount in hours
SpecificDeadline - Specific deadline date selected by the user
MaxDays - Number of max day for the deadline (when reaching the max days it will trigger a exception to prevent a infinite loop and will set the deadline to the next day calculated)
Condition to prevent infinite loops in the client and server actions
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)