Method
ICalGLibTimeget_date
since: 1.0
Declaration [src]
void
i_cal_time_get_date (
const ICalTime* timetype,
gint* year,
gint* month,
gint* day
)
Parameters
year
-
Type:
gint*
Out parameter for the ‘year’ part of the date.
The argument will be set by the function. The argument can be NULL
. month
-
Type:
gint*
Out parameter for the ‘month’ part of the date.
The argument will be set by the function. The argument can be NULL
. day
-
Type:
gint*
Out parameter for the ‘day’ part of the date.
The argument will be set by the function. The argument can be NULL
.