This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters otherDuration [in]
otherDuration is a parameter of type ITimeDuration*