static DateTime prev(int day, [DateTime? from]) { return next(day, from).subtract(const Duration(days: 7)); }