WeekDayAndTime.CompareTo Method (WeekDayAndTime)

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

Syntax

'Declaration
Public Function CompareTo ( _
    t As WeekDayAndTime _
) As Integer
'Usage
Dim instance As WeekDayAndTime
Dim t As WeekDayAndTime
Dim returnValue As Integer

returnValue = instance.CompareTo(t)
public int CompareTo(
    WeekDayAndTime t
)

Return Value

Type: System.Int32

Implements

IComparable<T>.CompareTo(T)