Click or drag to resize

LocalDate Constructor

Creates a new instance of LocalDate

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public LocalDate(
	int year,
	int month,
	int day
)

Parameters

year
Type: SystemInt32
Year according to ISO-8601. Year 0 represents 1 BC.
month
Type: SystemInt32
The month number from 1 to 12
day
Type: SystemInt32
A day of the month from 1 to 31.
See Also