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