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