Noda Time
Max Method (x, y)
NamespacesNodaTimeInstantMax(Instant, Instant)

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

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

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