add
Description:
public DateTime add (
TimeSpan timespan)
Creates a copy of this and adds the specified timespan to the copy.
Parameters:
this |
a DateTime
|
timespan |
a TimeSpan
|
Returns:
the newly created DateTime which should be freed with g_date_time_unref
, or null
|