This document is archived and information here might be outdated.  Recommended version.


ITime.Compare Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

ITime.Compare Method

Compares this time to the other time. Returns -1 if this time's value is less, 1 if greater, and 0 otherwise.

[Visual Basic .NET]
Public Function Compare ( _
    ByVal otherTime As ITime _
) As Integer
[C#]
public int Compare (
    ITime otherTime
);
[C++]
HRESULT Compare(
  ITime* otherTime,
  Long* Result
);
[C++]

Parameters otherTime [in]
otherTime is a parameter of type ITime Result [out, retval] Result is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime Interface