add_days
Description:
public DateTime add_days (
int days)
Creates a copy of this and adds the specified number of days to the copy.
Add negative values to subtract days.
Parameters:
this |
a DateTime
|
days |
the number of days
|
Returns:
the newly created DateTime which should be freed with g_date_time_unref
, or null
|