]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/UIxCalMonthViewOld.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1089 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Scheduler / UIxCalMonthViewOld.h
1 // $Id: UIxCalMonthView.h 163 2004-08-02 12:59:28Z znek $
2
3 #ifndef __SOGo_UIxCalMonthViewOld_H__
4 #define __SOGo_UIxCalMonthViewOld_H__
5
6 #include "UIxCalView.h"
7
8 /*
9   UIxCalMonthView
10   
11   Abstract superclass for views which display months.
12 */
13
14 @interface UIxCalMonthViewOld : UIxCalView
15
16 - (NSCalendarDate *) startOfMonth;
17
18 - (NSDictionary *) prevMonthQueryParameters;
19 - (NSDictionary *) nextMonthQueryParameters;
20
21 @end
22
23 #endif /* __SOGo_UIxCalMonthViewOld_H__ */