static bool isWeekend(DateTime dateA) { return dateA.weekday == DateTime.saturday || dateA.weekday == DateTime.sunday; }