get_due
Description:
Queries the due date/time of a calendar component object.
In case there's no DUE, but only DTSTART and DURATION, then the due is computed from the later two. Free the returned
ComponentDateTime with e_cal_component_datetime_free
, when no
longer needed.
Parameters:
this |
A calendar component object. |
Returns:
the due date/time, as an ComponentDateTime |