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