Method

ICalGLibPeriodset_end

since: 1.0

Declaration [src]

void
i_cal_period_set_end (
  ICalPeriod* period,
  ICalTime* end
)

Description [src]

Sets the end time of an ICalPeriod.

Available since: 1.0

Parameters

end

Type: ICalTime

The end of period.

The data is owned by the caller of the method.