Check if a date is on Wednesday
static bool isWednesday(DateTime date) { return date.weekday == DateTime.wednesday; }