[ Version ( since = "1.0" ) ]
public void get_date (out int year, out int month, out int day)
Gets the year/month/date parts of the this in one call.
this |
The Time to be queried |
year |
Out parameter for the 'year' part of the date |
month |
Out parameter for the 'month' part of the date |
day |
Out parameter for the 'day' part of the date |