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

Data Fields

struct icalperiodtype period
 
struct icaltimetype time
 

Detailed Description

A data structure to represent a time period.

A time period should have either a date-time or a period, but not both.

Definition at line 29 of file icaltypes.h.

Field Documentation

struct icalperiodtype icaldatetimeperiodtype::period

the period of the time period

Definition at line 31 of file icaltypes.h.

struct icaltimetype icaldatetimeperiodtype::time

the date-time of the time period

Definition at line 30 of file icaltypes.h.