Compartir a través de


ScheduleInterval.CompareTo Method (ScheduleInterval)

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

Syntax

'Declaration
Public Function CompareTo ( _
    interval As ScheduleInterval _
) As Integer
'Usage
Dim instance As ScheduleInterval
Dim interval As ScheduleInterval
Dim returnValue As Integer

returnValue = instance.CompareTo(interval)
public int CompareTo(
    ScheduleInterval interval
)

Parameters

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)