Constructor
ICalGLibRecurIteratornew
since: 1.0
Declaration [src]
ICalRecurIterator*
i_cal_recur_iterator_new (
ICalRecurrence* rule,
ICalTime* dtstart
)
Parameters
rule-
Type:
ICalRecurrenceThe rule applied on the
ICalRecurIterator.The data is owned by the caller of the function. dtstart-
Type:
ICalTimeThe start time of the recurrence.
The data is owned by the caller of the function.
Return value
Type: ICalRecurIterator
The newly created ICalRecurIterator.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |