Method

ICalGLibPeriodset_duration

since: 1.0

Declaration [src]

void
i_cal_period_set_duration (
  ICalPeriod* period,
  ICalDuration* duration
)

Description [src]

Sets the duration of an ICalPeriod.

Available since: 1.0

Parameters

duration

Type: ICalDuration

The duration of period.

The data is owned by the caller of the method.