Returns the sort order of two TimeSpan structures.
The return value is a negative number, zero, or a positive number reflecting the sort order of t1 as compared to t2. For non-zero return values, the exact value returned by this method is unspecified. The following table defines the return value:
Value Condition Any negative number t1 < t2. Zero t1 == t2. Any positive number t1 > t2.
Documentation for this section has not yet been entered.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0