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