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