'Declaration Public Overloads Function CompareTo( _ ByVal other As TdTimeWithTimeZone _ ) As Integer
'Usage Dim instance As TdTimeWithTimeZone Dim other As TdTimeWithTimeZone Dim value As Integer value = instance.CompareTo(other)
public int CompareTo( TdTimeWithTimeZone other )
public: int CompareTo( TdTimeWithTimeZone other )
Parameters
- other
- The TdTimeWithTimeZone to compare against.