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