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