Subtracts the Duration from this DateTime returns the difference as a new DateTime object.
DateTime operator -(Duration duration) => subtract(duration);