Method

ECalComponentPeriodset_datetime_full

since: 3.34

Declaration [src]

void
e_cal_component_period_set_datetime_full (
  ECalComponentPeriod* period,
  const ICalTime* start,
  const ICalTime* end
)

Description [src]

Set the kind of period to be E_CAL_COMPONENT_PERIOD_DATETIME and fills the content with start and end.

Available since: 3.34

Parameters

start

Type: None

An ICalTime, the start of the period.

The data is owned by the caller of the method.
end

Type: None

An ICalTime, the end of the period.

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