ComponentAlarmTrigger.absolute
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentAlarmTrigger.absolute (Time absolute_time)
[ Version ( since = "3.34" ) ]
public ComponentAlarmTrigger.absolute (Time absolute_time)
Creates a new ComponentAlarmTrigger structure, set with the
e_cal_component_alarm_trigger_absolute kind and the absolute_time
as the time of the trigger.
The absolute_time
should be date/time (not date) in UTC.
To create a relative trigger use
ComponentAlarmTrigger.relative. Free the trigger with e_cal_component_alarm_trigger_free
, when no longer needed.
Parameters:
absolute_time |
the absolute time when to trigger the alarm, as an Time |
Returns:
a newly allocated ComponentAlarmTrigger |