Share via


ScheduleInterval.Contains method (DayOfWeek, Int32, Int32)

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

Syntax

'Declaration
Public Function Contains ( _
    day As DayOfWeek, _
    hour As Integer, _
    minute As Integer _
) As Boolean
'Usage
Dim instance As ScheduleInterval
Dim day As DayOfWeek
Dim hour As Integer
Dim minute As Integer
Dim returnValue As Boolean

returnValue = instance.Contains(day, hour, _
    minute)
public bool Contains(
    DayOfWeek day,
    int hour,
    int minute
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ScheduleInterval structure

ScheduleInterval members

Contains overload

Microsoft.Exchange.Common namespace