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