|
Class Summary |
| AfterSchedule |
This schedule returns an interval
which is a point in time after it's child interval. |
| BrokenSchedule |
This schedule allows a normal schedule to be broken by the results of another
schedule. |
| CountSchedule |
This schedule returns up to count number of child schedules. |
| DailySchedule |
Schedule intervals of a day. |
| DateSchedule |
Provide a schedule for a specific date or between two dates. |
| DayAfterSchedule |
A schedule that returns the day after when a child schedule is due. |
| DayOfMonthSchedule |
Implement a schedule based on days of the month. |
| DayOfWeekSchedule |
Implement a schedule based on days of the week. |
| DayOfYearSchedule |
Implement a schedule based on days of the year. |
| IntervalSchedule |
This schedule returns an interval
from the given time to the interval time later. |
| LastSchedule |
This schedule will return it's last due child schedule within the
given parent interval. |
| MonthlySchedule |
Schedule for monthly events. |
| MonthSchedule |
Schedule for a range of months, or a month. |
| OccurrenceSchedule |
This schedule counts the occurence's of it's child schedule
and returns the required occurence. |
| TimeSchedule |
A shcedule that returns an interval which is between times of the
day, or between times of the day at given intervals. |
| WeeklySchedule |
Schedule for weekly events. |
| YearlySchedule |
Schedule for yearly events. |