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