[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAlarmInstance (string uid, time_t instance_time, time_t occur_start, time_t 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.
| 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 |
|
a newly allocated ComponentAlarmInstance |