Negates the current TimeSpan new instance.
[Visual Basic] Public Function Negate() As TimeSpan [C#] public TimeSpan Negate(); [C++] public: TimeSpan Negate(); [JScript] public function Negate() : TimeSpan;
A TimeSpan represented by the negative value of t.
An exception occurs because the magnitude of MinValue is one (1) tick larger than MaxValue.