Noda Time
Min Method (x, y)
NamespacesNodaTimeOffsetMin(Offset, Offset)

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

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

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