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