Поделиться через


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

Return value

Type: System.Boolean

See also

Reference

ExDateRange class

ExDateRange members

Microsoft.Exchange.ExchangeSystem namespace