- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Try changing the line;
var calculateDate = addWorkingDays(d, DaysAdded10.rawValue);
to
var calculateDate = addWorkingDays(d, DaysAdded10.rawValue - 1);
Regards
Bruce