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