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