'Declaration Public Shared Function LessThan( _ 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.LessThan(left, right)
public static bool LessThan( TdPeriodTimestamp left, TdPeriodTimestamp right )
public: static bool LessThan( TdPeriodTimestamp left, TdPeriodTimestamp right )
Parameters
- left
- An instance of TdPeriodTimestamp.
- right
- An instance of TdPeriodTimestamp.
Return Value
A boolean is returned that indicates the result of the comparison.