Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function Subtract ( _
sourceRange As ExDateRange, _
rangeToRemove As ExDateRange _
) As List(Of ExDateRange)
'Usage
Dim sourceRange As ExDateRange
Dim rangeToRemove As ExDateRange
Dim returnValue As List(Of ExDateRange)
returnValue = ExDateRange.Subtract(sourceRange, _
rangeToRemove)
public static List<ExDateRange> Subtract(
ExDateRange sourceRange,
ExDateRange rangeToRemove
)
Parameters
- sourceRange
Type: Microsoft.Exchange.ExchangeSystem.ExDateRange
- rangeToRemove
Type: Microsoft.Exchange.ExchangeSystem.ExDateRange
Return value
Type: System.Collections.Generic.List<ExDateRange>