public static bool IsNegative( this TimeSpan ts )
Dim ts As TimeSpan Dim returnValue As Boolean returnValue = ts.IsNegative()
public: [ExtensionAttribute] static bool IsNegative( TimeSpan ts )
No code example is currently available or this language may not be supported.
In This Article