ArcObjects Library Reference (System)  

ITimeDuration.Compare Method

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

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

Parameters

otherDuration [in]

  otherDuration is a parameter of type ITimeDuration

Result [out, retval]   Result is a parameter of type Long

Product Availability

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

See Also

ITimeDuration Interface