public static List<TimeOnlyRange> Difference(
this TimeOnlyRange a,
TimeOnlyRange b
)
Dim a As TimeOnlyRange
Dim b As TimeOnlyRange
Dim returnValue As List(Of TimeOnlyRange)
returnValue = a.Difference(b)
public:
[ExtensionAttribute]
static List<TimeOnlyRange^>^ Difference(
TimeOnlyRange^ a,
TimeOnlyRange^ b
)
No code example is currently available or this language may not be supported.