Noda Time
LessThanOrEqual Operator
NamespacesNodaTimeDurationLessThanOrEqual(Duration, Duration)

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

Implements the operator <= (less than or equal).
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator <=(
	Duration left,
	Duration right
)
Public Shared Operator <= ( _
	left As Duration, _
	right As Duration _
) As Boolean
public:
static bool operator <=(
	Duration left, 
	Duration right
)
Parameters
left (Duration)
The left hand side of the operator.
right (Duration)
The right hand side of the operator.
Return Value
true if the left value is less than or equal to the right value, otherwise false.

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