[ Version ( since = "3.34" ) ]
public ComponentDateTime? get_due ()
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.
this |
A calendar component object. |
the due date/time, as an ComponentDateTime |