ExDateTime.CompareTo method (Object)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As Object _
) As Integer
'Usage
Dim instance As ExDateTime
Dim other As Object
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
Object other
)
Parameters
- other
Type: System.Object
Return value
Type: System.Int32