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