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
- interval
Type: Microsoft.Exchange.Common.ScheduleInterval
Return value
Type: System.Int32