Hello All,
I need to implement a business calendar which only counts business days for all timers, due dates, etc. For simplicity, we just want to skip Saturdays and Sundays. So, if a task is created on Friday with a 3 day due date, the due date would be the following Wednesday.
I see from other posts in the forum that I can implement my own BusinessCalendar, but I am wondering if anyone has some tips on the best way to do this. Has anyone implemented this or can offer advice on the best way to do this?
Thanks