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