get_end


Description:

[ Version ( since = "3.34" ) ]
public unowned Time? get_end ()

Returns the end of the this.

This can be called only on this objects of kind e_cal_component_period_datetime . The end time can be a null-time, in which case the this corresponds to a single date/date-time value, not to a period.

The returned Time object is owned by this and should not be freed. It's valid until the this is freed or its end time changed.

Parameters:

this

an ComponentPeriod

Returns:

the end of the period, as an Time