Count the number of weekdays between two dates
- Open project in Visual Studio
- Set DayCounter.WebUI as start up project
- Run the solution
- Task 1 - This calculates the number of weekdays between two dates
- Task 2 - Like Task 1 with the addition of holidays. Any dates that falls on a holiday is not counter towards the calculation
- Task 3 - Like Task 2 with the addition of adjusting the holidays that falls on a weekend to the next weekday. It also includes handling of holidays that are not on a fixed date.