aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index 2d3f5104fb..94354244ba 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -254,6 +254,8 @@ struct _EDayView
/* The start of each day & an extra element to hold the last time. */
time_t day_starts[E_DAY_VIEW_MAX_DAYS + 1];
+ /* The timezone. */
+ icaltimezone *zone;
/* An array of EDayViewEvent elements for the top view and each day. */
GArray *long_events;
@@ -561,6 +563,12 @@ gint e_day_view_get_week_start_day (EDayView *day_view);
void e_day_view_set_week_start_day (EDayView *day_view,
gint week_start_day);
+/* The current timezone. */
+icaltimezone* e_day_view_get_timezone (EDayView *day_view);
+void e_day_view_set_timezone (EDayView *day_view,
+ icaltimezone *zone);
+
+
/* Clipboard-related functions */
void e_day_view_cut_clipboard (EDayView *day_view);
void e_day_view_copy_clipboard (EDayView *day_view);