Returns a new Time instance with the specified number of days added.
days
Time addDays(int days) => Time(_dateTime.add(Duration(days: days)));