|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
#include <icaltypes.h>
Data Fields | |
| struct icaldurationtype | duration |
| struct icaltimetype | time |
A data structure to represent a time trigger.
A trigger should have either a date-time or a duration, but not both.
Definition at line 49 of file icaltypes.h.
| struct icaldurationtype icaltriggertype::duration |
the duration of the trigger
Definition at line 51 of file icaltypes.h.
| struct icaltimetype icaltriggertype::time |
the date-time of the trigger
Definition at line 50 of file icaltypes.h.