Method
ECalComponentset_due
since: 3.34
Declaration [src]
void
e_cal_component_set_due (
ECalComponent* comp,
const ECalComponentDateTime* dt
)
Description [src]
Sets the due date/time property of a calendar component object.
Available since: 3.34
Parameters
dt-
Type:
ECalComponentDateTimeEnd date/time, or
NULL, to remove the property.The argument can be NULL.The data is owned by the caller of the method.