'Declaration Public Shared Function LessThanOrEqual( _ ByVal left As TdPeriodTimeWithTimeZone, _ ByVal right As TdPeriodTimeWithTimeZone _ ) As Boolean
'Usage Dim left As TdPeriodTimeWithTimeZone Dim right As TdPeriodTimeWithTimeZone Dim value As Boolean value = TdPeriodTimeWithTimeZone.LessThanOrEqual(left, right)
public static bool LessThanOrEqual( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
public: static bool LessThanOrEqual( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
Parameters
- left
- An instance of TdPeriodTimeWithTimeZone.
- right
- An instance of TdPeriodTimeWithTimeZone.
Return Value
A boolean is returned that indicates the result of the comparison.