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