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