Constructor
ICalGLibVcardValuenew_time
unstable since: 4.0
Declaration [src]
ICalVcardValue*
i_cal_vcard_value_new_time (
const ICalVcardTime* value
)
Parameters
value-
Type:
const ICalVcardTimeThe
ICalVcardTimevalue.The data is owned by the caller of the function.
Return value
Type: ICalVcardValue
A new ICalVcardValue holding TIME.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |