Libical API Documentation  3.0
icaltimezoneimpl.h
1 /*======================================================================
2  FILE: icaltimezoneimpl.h
3  CREATOR: glenn 07 March 2010
4 
5  (C) COPYRIGHT 2000, Eric Busboom <eric@softwarestudio.org>
6  http://www.softwarestudio.org
7 
8  This library is free software; you can redistribute it and/or modify
9  it under the terms of either:
10 
11  The LGPL as published by the Free Software Foundation, version
12  2.1, available at: http://www.gnu.org/licenses/lgpl-2.1.html
13 
14  Or:
15 
16  The Mozilla Public License Version 2.0. You may obtain a copy of
17  the License at http://www.mozilla.org/MPL/
18 ======================================================================*/
19 
20 #ifndef ICALTIMEZONEIMPL_H
21 #define ICALTIMEZONEIMPL_H
22 
24 {
25  char *tzid;
31  char *location;
38  char *tznames;
46  double latitude;
47  double longitude;
61  int end_year;
70 };
71 
72 #endif /*ICALTIMEZONE_IMPL */
char * tznames
Definition: icaltimezoneimpl.h:38
double longitude
Definition: icaltimezoneimpl.h:47
Definition: icalarray.h:35
icalcomponent * component
Definition: icaltimezoneimpl.h:50
icaltimezone * builtin_timezone
Definition: icaltimezoneimpl.h:54
Definition: icalcomponent.c:33
char * location
Definition: icaltimezoneimpl.h:31
Definition: icaltimezoneimpl.h:23
char * tzid
Definition: icaltimezoneimpl.h:25
int end_year
Definition: icaltimezoneimpl.h:61
icalarray * changes
Definition: icaltimezoneimpl.h:66