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