Adds the given duration to the current date and time.
DateTime operator +(Duration other) => add(other);