ExDateRange.ContainsDate method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function ContainsDate ( _
dateToTest As ExDateTime, _
startInclusive As Boolean, _
endInclusive As Boolean _
) As Boolean
'Usage
Dim instance As ExDateRange
Dim dateToTest As ExDateTime
Dim startInclusive As Boolean
Dim endInclusive As Boolean
Dim returnValue As Boolean
returnValue = instance.ContainsDate(dateToTest, _
startInclusive, endInclusive)
public bool ContainsDate(
ExDateTime dateToTest,
bool startInclusive,
bool endInclusive
)
Parameters
- dateToTest
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
- startInclusive
Type: System.Boolean
- endInclusive
Type: System.Boolean
Return value
Type: System.Boolean