|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
#include <icalduration.h>
Data Fields | |
| unsigned int | days |
| unsigned int | hours |
| int | is_neg |
| unsigned int | minutes |
| unsigned int | seconds |
| unsigned int | weeks |
A struct representing a duration.
Days and weeks are nominal; hours, minutes and seconds are exact
Definition at line 30 of file icalduration.h.
| unsigned int icaldurationtype::days |
number of duration days (nominal)
Definition at line 32 of file icalduration.h.
| unsigned int icaldurationtype::hours |
number of duration hours (exact)
Definition at line 34 of file icalduration.h.
| int icaldurationtype::is_neg |
flag to denote a negative duration
Definition at line 31 of file icalduration.h.
| unsigned int icaldurationtype::minutes |
number duration minutes (exact)
Definition at line 35 of file icalduration.h.
| unsigned int icaldurationtype::seconds |
number of duration seconds (exact)
Definition at line 36 of file icalduration.h.
| unsigned int icaldurationtype::weeks |
number of duration weeks (nominal)
Definition at line 33 of file icalduration.h.