Create a new date with previous month values.
DateTime previousMonth() => _copyWith(month: month - 1);