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