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