'Declaration Public Shared Function Compare( _ ByVal left As TdTimestamp, _ ByVal right As TdTimestamp _ ) As Integer
'Usage Dim left As TdTimestamp Dim right As TdTimestamp Dim value As Integer value = TdTimestamp.Compare(left, right)
public static int Compare( TdTimestamp left, TdTimestamp right )
public: static int Compare( TdTimestamp left, TdTimestamp right )
Parameters
- left
- An instance of TdTimestamp.
- right
- An instance of TdTimestamp.
Return Value
The result of the comparison is returned as an integer.