DateTime addDays(int daysToAdd) { return DateTime( year, month, day + daysToAdd, hour, minute, second, millisecond, microsecond, ); }