ComponentAlarmRepeat
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_cal_component_alarm_repeat_get_type ()" ) ]
[ Compact ]
public class ComponentAlarmRepeat
A structure holding whether and how an alarm repeats.
Use the functions below to work with it.
Content:
Creation methods:
Methods:
- public ComponentAlarmRepeat copy ()
- public unowned Duration get_interval ()
Returns the interval between repetitions of the
this, as an Duration object.
- public int get_interval_seconds ()
Returns the interval between repetitions of the
this in seconds.
- public int get_repetitions ()
- public void set_interval (Duration interval)
Set the interval
between repetitions of the
this.
- public void set_interval_seconds (int interval_seconds)
Set the interval_seconds
between repetitions of the
this.
- public void set_repetitions (int repetitions)
Set the repetitions
count of the
this.