/lib/Recurrence.phpThis file contains the Nag_Recurrence class and according constants.
$Horde: nag/lib/Recurrence.php,v 1.1.2.3 2009/01/06 15:25: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 |
|---|---|
Nag_Recurrence
|
The Nag_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. |
NAG_RECUR_DAILY = 1
(line 25)
Recurs daily.
NAG_RECUR_MONTHLY_DATE = 3
(line 29)
Recurs monthly on the same date.
NAG_RECUR_MONTHLY_WEEKDAY = 4
(line 31)
Recurs monthly on the same week day.
NAG_RECUR_NONE = 0
(line 23)
No recurrence.
NAG_RECUR_WEEKLY = 2
(line 27)
Recurs weekly.
NAG_RECUR_YEARLY_DATE = 5
(line 33)
Recurs yearly on the same date.
NAG_RECUR_YEARLY_DAY = 6
(line 35)
Recurs yearly on the same day of the year.
NAG_RECUR_YEARLY_WEEKDAY = 7
(line 37)
Recurs yearly on the same week day.
Documentation generated on Sun, 30 Jan 2011 05:35:04 +0000 by phpDocumentor 1.4.3