ExDateTime.CompareTo Method (ExDateTime, TimeSpan)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As ExDateTime, _
threshold As TimeSpan _
) As Integer
'Usage
Dim instance As ExDateTime
Dim other As ExDateTime
Dim threshold As TimeSpan
Dim returnValue As Integer
returnValue = instance.CompareTo(other, _
threshold)
public int CompareTo(
ExDateTime other,
TimeSpan threshold
)
Return Value
Type: System.Int32