Returns new DateTime instance of nearest Wednesday in the past
If this is Wednesday, will return 7 days in the past
this
7 days in the past
DateTime lastWednesday() => lastWeekday(DateTime.wednesday);