Checks if a date is a weekday
bool isWeekday(DateTime date) { return DateComparisons.isWeekday(date); }