DateTime.getYmd

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

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

Parameters

year int

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

month int

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

day int

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

Meta

Since

2.26