Initializes a new instance of the xtd::date_time structure to the specified year, month, and day.
year | The year (1 through 9999). |
month | The month (1 through 12). |
day | The day (1 through the number of days in month). |
xtd::argument_out_of_range_exception | year is less than 1 or greater than 9999. -or- month is less than 1 or greater than 12. -or- day is less than 1 or greater than the number of days in month. |