ScheduleInterval.Overlaps method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function Overlaps ( _
other As ScheduleInterval _
) As Boolean
'Usage
Dim instance As ScheduleInterval
Dim other As ScheduleInterval
Dim returnValue As Boolean
returnValue = instance.Overlaps(other)
public bool Overlaps(
ScheduleInterval other
)
Parameters
- other
Type: Microsoft.Exchange.Common.ScheduleInterval
Return value
Type: System.Boolean