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