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