Returns new DateTime instance of nearest Wednesday in the Future
If this is Wednesday, will return 7 days in the future
this
7 days in the future
DateTime nextWednesday() => nextWeekday(DateTime.wednesday);