[ Version ( since = "3.34" ) ]
public ComponentDateTime? get_dtend ()
Queries the date/time end of a calendar component object.
In case there's no DTEND, but only DTSTART and DURATION, then the end 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 date/time end, as an ComponentDateTime |