Function
EDataCalCalBackendSExpfunc_make_time
Declaration [src]
ESExpResult*
e_cal_backend_sexp_func_make_time (
ESExp* esexp,
gint argc,
ESExpResult** argv,
gpointer data
)
Description [src]
(make-time ISODATE) ISODATE - string, ISO 8601 date/time representation
Constructs a time_t value for the specified date.
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.