A tiny c# utility for calculating work days and work time. The code is written in .NET C#.
The tool is useful for calculate difference between two dates of workdays, to plan projects excluding holidays and absences. Is also a simple starting-point to addons to estimate the date of the end of...
More information
A utility library to calculate work time within a period, with a configurable work schedule, multiple shifts and holidays
Time complexity: O(n*k) where n is the maximum number of shifts per day, and k is the number of holidays within a single period