Function
EDataCalCalBackendSExpfunc_time_day_end
Declaration [src]
ESExpResult*
e_cal_backend_sexp_func_time_day_end (
ESExp* esexp,
gint argc,
ESExpResult** argv,
gpointer data
)
Description [src]
(time-day-end TIME) TIME - time_t, base time
Returns the end of the day, according to the local time.
FIXME: TIMEZONES - this uses the current Unix timezone.
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.