DateTime.getYmd

Retrieves the Gregorian day, month, and year of a given GDateTime. Since 2.26

class DateTime
void
getYmd
(
int* year
,
int* month
,
int* day
)

Parameters

year int*

the return location for the gregorian year, or NULL. out

month int*

the return location for the month of the year, or NULL. out

day int*

the return location for the day of the month, or NULL. out

Meta