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