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