Creates a new instance of LocalDate
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax 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