Subtracts a specified TimeSpan from another specified TimeSpan.
t1 The minuend. t2 The subtrahend.
An object whose value is the result of the value of t1 minus the value of t2.
TypeReasonOverflowExceptionThe value of t2 subtracted from t1 is less than TimeSpan.MinValue or greater than TimeSpan.MaxValue.