Noda Time
LocalDate Constructor (year, month, day)
NamespacesNodaTimeLocalDateLocalDate(Int32, Int32, Int32)

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

Constructs an instance for the given year, month and day in the ISO calendar.
Declaration Syntax
C#Visual BasicVisual C++
public LocalDate(
	int year,
	int month,
	int day
)
Public Sub New ( _
	year As Integer, _
	month As Integer, _
	day As Integer _
)
public:
LocalDate(
	int year, 
	int month, 
	int day
)
Parameters
year (Int32)
The year. This is the "absolute year", so a value of 0 means 1 BC, for example.
month (Int32)
The month of year.
day (Int32)
The day of month.
Return Value
The resulting date.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe parameters do not form a valid date.

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