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