ComponentAlarmInstance
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAlarmInstance (string uid, long instance_time, long occur_start, long occur_end)
[ Version ( since = "3.34" ) ]
public ComponentAlarmInstance (string uid, long instance_time, long occur_start, long occur_end)
Creates a new ComponentAlarmInstance structure, filled with the given values.
Free the instance with e_cal_component_alarm_instance_free
, when no longer needed.
Parameters:
uid |
UID of the alarm |
instance_time |
instance time, i.e. "5 minutes before the appointment" |
occur_start |
actual event occurrence start to which this instance corresponds |
occur_end |
actual event occurrence end to which this instance corresponds |
Returns:
a newly allocated ComponentAlarmInstance |