Returns a DateTime that represents this DateTime with the given duration subtracted.
DateTime operator - (Duration duration) => this + -duration;