TimePointCompareTo Method |
Returns a value < 0 if this time point occurs before a
specified other time point. Returns 0 if they occur simultaneously
(that is, are identical), or otherwise returns a value > 0.
Namespace:
Apptus.ESales.Connector.Time
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax public int CompareTo(
TimePoint that
)
Parameters
- that
- Type: Apptus.ESales.Connector.TimeTimePoint
A time point to compare this object to.
Return Value
Type:
Int32Negative if this time point occurs before that time point, positive
if the reverse is true, or 0 if the occur at the same time.
See Also