Constructor
ICalGLibValuenew_datetimedate
since: 3.0
Declaration [src]
ICalValue*
i_cal_value_new_datetimedate (
const ICalTime* value
)
Parameters
value-
Type:
ICalTimeThe
ICalTimevalue.The data is owned by the caller of the function.
Return value
Type: ICalValue
A new ICalValue holding DATETIMEDATE.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |