get_ymd
Description:
public void get_ymd (
out int year,
out int month,
out int day)
Retrieves the Gregorian day, month, and year of a given DateTime.
Parameters:
this |
a DateTime.
|
year |
the return location for the gregorian year, or null.
|
month |
the return location for the month of the year, or null.
|
day |
the return location for the day of the month, or null.
|