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