Function
EDataCalCalBackendSExpfunc_time_add_day
Declaration [src]
ESExpResult*
e_cal_backend_sexp_func_time_add_day (
ESExp* esexp,
gint argc,
ESExpResult** argv,
gpointer data
)
Description [src]
(time-add-day TIME N) TIME - time_t, base time N - int, number of days to add
Adds the specified number of days to a time value.
FIXME: TIMEZONES - need to use a timezone or daylight saving changes will make the result incorrect.
This function is not directly available to language bindings.
Parameters
esexp-
Type:
ESExp*An
ESExpobject.The data is owned by the caller of the function. argc-
Type:
gintNumber of arguments.
argv-
Type:
ESExpResult**The arguments.
The data is owned by the caller of the function. data-
Type:
gpointerClosure data.
The argument can be NULL.The data is owned by the caller of the function.