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