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