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