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