Noda Time
LessThan Operator
NamespacesNodaTimeLocalTimeLessThan(LocalTime, LocalTime)

[This is preliminary documentation and is subject to change.]

Compares two LocalTime values to see if the left one is strictly earlier than the right one.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator <(
	LocalTime lhs,
	LocalTime rhs
)
Public Shared Operator < ( _
	lhs As LocalTime, _
	rhs As LocalTime _
) As Boolean
public:
static bool operator <(
	LocalTime lhs, 
	LocalTime rhs
)
Parameters
lhs (LocalTime)
First operand of the comparison
rhs (LocalTime)
Second operand of the comparison
Return Value
true if the lhs is strictly earlier than rhs, false otherwise.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)