Share via


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

Return value

Type: System.Boolean

See also

Reference

ScheduleInterval structure

ScheduleInterval members

Microsoft.Exchange.Common namespace