Method

ECalComponentset_dtend

since: 3.34

Declaration [src]

void
e_cal_component_set_dtend (
  ECalComponent* comp,
  const ECalComponentDateTime* dt
)

Description [src]

Sets the date/time end property of a calendar component object.

Available since: 3.34

Parameters

dt

Type: ECalComponentDateTime

End date/time, or NULL, to remove the property.

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