Checks if a date is a weekend
bool isWeekend(DateTime date) { return DateComparisons.isWeekend(date); }