get_date


Description:

public void get_date (out uint year, out uint month, out uint day)

Obtains the selected date from a Calendar.

Parameters:

this

a Calendar

year

location to store the year as a decimal number (e.g. 2011), or null

month

location to store the month number (between 0 and 11), or null

day

location to store the day number (between 1 and 31), or null