Constructor
ICalGLibTimeSpannew
since: 1.0
Declaration [src]
ICalTimeSpan*
i_cal_time_span_new (
ICalTime* dtstart,
ICalTime* dtend,
gint is_busy
)
Return value
Type: ICalTimeSpan
The newly created ICalTimeSpan
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |