Noda Time
Max Method (x, y)
NamespacesNodaTimeOffsetMax(Offset, Offset)

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

Returns the greater offset of the given two, i.e. the one which will give a later local time when added to an instant.
Declaration Syntax
C#Visual BasicVisual C++
public static Offset Max(
	Offset x,
	Offset y
)
Public Shared Function Max ( _
	x As Offset, _
	y As Offset _
) As Offset
public:
static Offset Max(
	Offset x, 
	Offset y
)
Parameters
x (Offset)
The first offset
y (Offset)
The second offset
Return Value
The greater offset of x and y.

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