Noda Time
Min Method (x, y)
NamespacesNodaTimeInstantMin(Instant, Instant)

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

Returns the earlier instant of the given two.
Declaration Syntax
C#Visual BasicVisual C++
public static Instant Min(
	Instant x,
	Instant y
)
Public Shared Function Min ( _
	x As Instant, _
	y As Instant _
) As Instant
public:
static Instant Min(
	Instant x, 
	Instant y
)
Parameters
x (Instant)
The first instant to compare.
y (Instant)
The second instant to compare.
Return Value
The earlier instant of x or y.

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