'Declaration Public Shared Function LessThan( _ 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.LessThan(left, right)
public static bool LessThan( TdTimestamp left, TdTimestamp right )
public: static bool LessThan( 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.