ExDateRange.Intersection method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function Intersection ( _
a As ExDateRange, _
b As ExDateRange _
) As ExDateRange
'Usage
Dim a As ExDateRange
Dim b As ExDateRange
Dim returnValue As ExDateRange
returnValue = ExDateRange.Intersection(a, _
b)
public static ExDateRange Intersection(
ExDateRange a,
ExDateRange b
)
Parameters
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateRange