Compartir a través de


ScheduleInterval.ConjointWith Method

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

Syntax

'Declaration
Public Function ConjointWith ( _
    other As ScheduleInterval _
) As Boolean
'Usage
Dim instance As ScheduleInterval
Dim other As ScheduleInterval
Dim returnValue As Boolean

returnValue = instance.ConjointWith(other)
public bool ConjointWith(
    ScheduleInterval other
)

Return Value

Type: System.Boolean