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