'Declaration Public Shared Function Compare( _ ByVal left As TdPeriodTimeWithTimeZone, _ ByVal right As TdPeriodTimeWithTimeZone _ ) As Integer
'Usage Dim left As TdPeriodTimeWithTimeZone Dim right As TdPeriodTimeWithTimeZone Dim value As Integer value = TdPeriodTimeWithTimeZone.Compare(left, right)
public static int Compare( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
public: static int Compare( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
Parameters
- left
- An instance of TdPeriodTimeWithTimeZone.
- right
- An instance of TdPeriodTimeWithTimeZone.