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