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

#include <icaltypes.h>

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

◆ period

struct icalperiodtype icaldatetimeperiodtype::period

the period of the time period

Definition at line 31 of file icaltypes.h.

◆ time

struct icaltimetype icaldatetimeperiodtype::time

the date-time of the time period

Definition at line 30 of file icaltypes.h.