TimePointCompareTo Method A Sandcastle Documented Class Library
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.2.1
Syntax

C#
public int CompareTo(
	TimePoint that
)

Parameters

that
Type: Apptus.ESales.Connector.TimeTimePoint
A time point to compare this object to.

Return Value

Type: Int32
Negative 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

Reference