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