public DateTime addWorkDays(DateTime dt, int addDays) { DateTime dtStart = dt; DateTime dtEnd = dtStart.AddDays( - addDays); int days