Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
icaltriggertype Struct Reference

#include <icaltypes.h>

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

◆ duration

struct icaldurationtype icaltriggertype::duration

the duration of the trigger

Definition at line 51 of file icaltypes.h.

◆ time

struct icaltimetype icaltriggertype::time

the date-time of the trigger

Definition at line 50 of file icaltypes.h.