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