30 #include "libical_ical_export.h"
44 #define ICALPERIODTYPE_INITIALIZER { \
45 ICALTIMETYPE_INITIALIZER, \
46 ICALTIMETYPE_INITIALIZER, \
47 ICALDURATIONTYPE_INITIALIZER \
Methods for working with durations in iCal.
char * icalperiodtype_as_ical_string_r(struct icalperiodtype p)
Converts an icalperiodtype into an iCal-formatted string.
Definition: icalperiod.c:103
Struct to represent a period in time.
Definition: icalperiod.h:37
struct icaltimetype is a pseudo-object that abstracts time handling.
struct icalperiodtype icalperiodtype_from_string(const char *str)
Constructs a new icalperiodtype from str.
Definition: icalperiod.c:30
int icalperiodtype_is_null_period(struct icalperiodtype p)
Definition: icalperiod.c:144
A struct representing a duration.
Definition: icalduration.h:36
Definition: icaltime.h:104
int icalperiodtype_is_valid_period(struct icalperiodtype p)
Definition: icalperiod.c:154
struct icalperiodtype icalperiodtype_null_period(void)
Definition: icalperiod.c:133
const char * icalperiodtype_as_ical_string(struct icalperiodtype p)
Converts an icalperiodtype into an iCal-formatted string.
Definition: icalperiod.c:94