'Declaration Public Shared Function GreaterThanOrEqual( _ 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.GreaterThanOrEqual(left, right)
public static bool GreaterThanOrEqual( TdTimeWithTimeZone left, TdTimeWithTimeZone right )
public: static bool GreaterThanOrEqual( TdTimeWithTimeZone left, TdTimeWithTimeZone right )
Parameters
- left
- An instance of TdTimeWithTimeZone.
- right
- An instance of TdTimeWithTimeZone.