Method

ECalComponentset_completed

since: 3.34

Declaration [src]

void
e_cal_component_set_completed (
  ECalComponent* comp,
  const ICalTime* tt
)

Description [src]

Sets the date at which a calendar component object was completed.

Available since: 3.34

Parameters

tt

Type: None

Value for the completion date.

The argument can be NULL.
The data is owned by the caller of the method.