get_dtend


Description:

[ 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.

Parameters:

this

A calendar component object.

Returns:

the date/time end, as an ComponentDateTime