|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
#include <icalperiod.h>
Data Fields | |
| struct icaldurationtype | duration |
| struct icaltimetype | end |
| struct icaltimetype | start |
Structure to represent a period in time.
Definition at line 29 of file icalperiod.h.
| struct icaldurationtype icalperiodtype::duration |
the time period duration
Definition at line 36 of file icalperiod.h.
| 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.
| struct icaltimetype icalperiodtype::start |
the start of the time period
Definition at line 31 of file icalperiod.h.