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