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
)
Parameters
- other
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
- threshold
Type: System.TimeSpan
Return value
Type: System.Int32