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