Adds this DateTime and Duration and returns the sum as a new DateTime object.
DateTime operator +(Duration duration) => add(duration);