C++
void getDate( short& month, short& day, short& year ) const;
Description
Gets the date through the parameters month, day, and year. month is in the range 1 to 12. day is in the range 1 to 31. year is a standard year value such as 1998.
Parameters
Parameters | Description |
---|---|
month | Output month value |
day | Output day value |
year | Output year value |