libkcal
icalduration.h File Reference
#include "icaltime.h"
Include dependency graph for icalduration.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | icaldurationtype |
Functions | |
| char * | icaldurationtype_as_ical_string (struct icaldurationtype d) |
| int | icaldurationtype_as_int (struct icaldurationtype duration) |
| struct icaldurationtype | icaldurationtype_bad_duration (void) |
| struct icaldurationtype | icaldurationtype_from_int (int t) |
| struct icaldurationtype | icaldurationtype_from_string (const char *) |
| int | icaldurationtype_is_bad_duration (struct icaldurationtype d) |
| int | icaldurationtype_is_null_duration (struct icaldurationtype d) |
| struct icaldurationtype | icaldurationtype_null_duration (void) |
| struct icaltimetype | icaltime_add (struct icaltimetype t, struct icaldurationtype d) |
| struct icaldurationtype | icaltime_subtract (struct icaltimetype t1, struct icaltimetype t2) |
Function Documentation
| char* icaldurationtype_as_ical_string | ( | struct icaldurationtype | d | ) |
| int icaldurationtype_as_int | ( | struct icaldurationtype | duration | ) |
| struct icaldurationtype icaldurationtype_bad_duration | ( | void | ) | [read] |
| struct icaldurationtype icaldurationtype_from_int | ( | int | t | ) | [read] |
| struct icaldurationtype icaldurationtype_from_string | ( | const char * | ) | [read] |
| int icaldurationtype_is_bad_duration | ( | struct icaldurationtype | d | ) |
| int icaldurationtype_is_null_duration | ( | struct icaldurationtype | d | ) |
| struct icaldurationtype icaldurationtype_null_duration | ( | void | ) | [read] |
| struct icaltimetype icaltime_add | ( | struct icaltimetype | t, | |
| struct icaldurationtype | d | |||
| ) | [read] |
| struct icaldurationtype icaltime_subtract | ( | struct icaltimetype | t1, | |
| struct icaltimetype | t2 | |||
| ) | [read] |
