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