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