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
- day
Type: System.DayOfWeek
- hour
Type: System.Int32
- minute
Type: System.Int32
Return value
Type: System.Boolean