|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
#include <icaltime.h>
Data Fields | |
| int | day |
| int | hour |
| int | is_date |
| int | is_daylight |
| int | minute |
| int | month |
| int | second |
| int | year |
| const icaltimezone * | zone |
Structure to represent a date or date-time.
Definition at line 90 of file icaltime.h.
| int icaltimetype::day |
1-31, month dependent
Definition at line 93 of file icaltime.h.
| int icaltimetype::hour |
0-23
Definition at line 94 of file icaltime.h.
| int icaltimetype::is_date |
1 -> interpret this as date.
Definition at line 98 of file icaltime.h.
| int icaltimetype::is_daylight |
1 -> time is in daylight savings time.
Definition at line 100 of file icaltime.h.
| int icaltimetype::minute |
0-59
Definition at line 95 of file icaltime.h.
| int icaltimetype::month |
1 (Jan) to 12 (Dec).
Definition at line 92 of file icaltime.h.
| int icaltimetype::second |
0-59
Definition at line 96 of file icaltime.h.
| int icaltimetype::year |
Actual year, e.g. 2001.
Definition at line 91 of file icaltime.h.
| const icaltimezone* icaltimetype::zone |
timezone
Definition at line 102 of file icaltime.h.