Adds the specified number of hours to this DateTime.
DateTime addHours(int amount) => add(Duration(hours: amount));