WeekDayAndTime.CompareTo Method (Object)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Function CompareTo ( _
t As Object _
) As Integer
'Usage
Dim instance As WeekDayAndTime
Dim t As Object
Dim returnValue As Integer
returnValue = instance.CompareTo(t)
public int CompareTo(
Object t
)
Parameters
- t
Type: System.Object
Return Value
Type: System.Int32