Tagged Questions

7
votes
6answers
602 views

Determine the difference between two DateTimes, only counting opening hours

For our support software in C#, I need to determine the time span between two DateTimes, but I only want opening hours counted (i.e. weekdays from 09:00 to 17:00). So, for instance, if the first ...
4
votes
4answers
3k views

Calculating a date around working days/hours?

I am currently working on a website to track projects. In it, it is possible to create Service Level Agreements (SLAs). These are configurable with days of the week that a project can be worked on and ...