$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icaltriggertype Struct Reference

Data Fields

struct icaldurationtype duration
 
struct icaltimetype time
 

Detailed Description

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.

Field Documentation

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.