Compartir a través de


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
)

Return Value

Type: System.Boolean