Share via


Schedule.Contains method (DateTime)

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function Contains ( _
    dateTime As DateTime _
) As Boolean
'Usage
Dim instance As Schedule
Dim dateTime As DateTime
Dim returnValue As Boolean

returnValue = instance.Contains(dateTime)
public bool Contains(
    DateTime dateTime
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Schedule class

Schedule members

Contains overload

Microsoft.Exchange.Data namespace