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