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.
const char * icalperiodtype_as_ical_string(struct icalperiodtype p)
Converts an icalperiodtype into an iCal-formatted string.
Definition icalperiod.c:94
char * icalperiodtype_as_ical_string_r(struct icalperiodtype p)
Converts an icalperiodtype into an iCal-formatted string.
Definition icalperiod.c:103
struct icalperiodtype icalperiodtype_null_period(void)
Definition icalperiod.c:133
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
int icalperiodtype_is_valid_period(struct icalperiodtype p)
Definition icalperiod.c:154
struct icaltimetype is a pseudo-object that abstracts time handling.
A struct representing a duration.
Definition icalduration.h:37
Struct to represent a period in time.
Definition icalperiod.h:38
Definition icaltime.h:105