'Declaration Public Shared Function LessThan( _ ByVal left As TdPeriodTimeWithTimeZone, _ ByVal right As TdPeriodTimeWithTimeZone _ ) As Boolean
'Usage Dim left As TdPeriodTimeWithTimeZone Dim right As TdPeriodTimeWithTimeZone Dim value As Boolean value = TdPeriodTimeWithTimeZone.LessThan(left, right)
public static bool LessThan( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
public: static bool LessThan( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
Parameters
- left
- An instance of TdPeriodTimeWithTimeZone.
- right
- An instance of TdPeriodTimeWithTimeZone.