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