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

#include <icalperiod.h>

Data Fields

struct icaldurationtype duration
struct icaltimetype end
struct icaltimetype start

Detailed Description

Structure to represent a period in time.

Definition at line 29 of file icalperiod.h.

Field Documentation

◆ duration

struct icaldurationtype icalperiodtype::duration

the time period duration

Definition at line 36 of file icalperiod.h.

◆ end

struct icaltimetype icalperiodtype::end

the end of the time period. may be computed from duration if unspecified or invalid

Definition at line 34 of file icalperiod.h.

◆ start

struct icaltimetype icalperiodtype::start

the start of the time period

Definition at line 31 of file icalperiod.h.