'Declaration Public Overloads Function CompareTo( _ ByVal other As TdIntervalDay _ ) As Integer
'Usage Dim instance As TdIntervalDay Dim other As TdIntervalDay Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( TdIntervalDay other )
public: int CompareTo( TdIntervalDay other )
Parameters
- other
- The TdIntervalDay to compare.
Return Value
The result of the comparison is returned as a signed integer.