/lib/Recurrence.phpThis file contains the Horde_Date_Recurrence class and according constants.
$Horde: kronolith/lib/Recurrence.php,v 1.16.2.14 2010-10-14 14:18:05 jan Exp $
Copyright 2007-2009 The Horde Project (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
| Class | Description |
|---|---|
Horde_Date_Recurrence
|
The Horde_Date_Recurrence class implements algorithms for calculating recurrences of events, including several recurrence types, intervals, exceptions, and conversion from and to vCalendar and iCalendar recurrence rules. |
HORDE_DATE_RECUR_DAILY = 1
(line 25)
Recurs daily.
HORDE_DATE_RECUR_MONTHLY_DATE = 3
(line 29)
Recurs monthly on the same date.
HORDE_DATE_RECUR_MONTHLY_WEEKDAY = 4
(line 31)
Recurs monthly on the same week day.
HORDE_DATE_RECUR_NONE = 0
(line 23)
No recurrence.
HORDE_DATE_RECUR_WEEKLY = 2
(line 27)
Recurs weekly.
HORDE_DATE_RECUR_YEARLY_DATE = 5
(line 33)
Recurs yearly on the same date.
HORDE_DATE_RECUR_YEARLY_DAY = 6
(line 35)
Recurs yearly on the same day of the year.
HORDE_DATE_RECUR_YEARLY_WEEKDAY = 7
(line 37)
Recurs yearly on the same week day.
Documentation generated on Sun, 30 Jan 2011 05:31:49 +0000 by phpDocumentor 1.4.3