Quartz.Impl.Calendar Namespace

Quartz.NET 3.0 API Documentation
 
Classes

  ClassDescription
Public classAnnualCalendar
This implementation of the Calendar excludes a set of days of the year. You may use it to exclude bank holidays which are on the same date every year.
Public classBaseCalendar
This implementation of the Calendar may be used (you don't have to) as a base class for more sophisticated one's. It merely implements the base functionality required by each Calendar.
Public classCronCalendar
This implementation of the Calendar excludes the set of times expressed by a given CronExpression.
Public classDailyCalendar
This implementation of the Calendar excludes (or includes - see below) a specified time range each day.
Public classHolidayCalendar
This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).
Public classMonthlyCalendar
This implementation of the Calendar excludes a set of days of the month. You may use it to exclude every 1. of each month for example. But you may define any day of a month.
Public classWeeklyCalendar
This implementation of the Calendar excludes a set of days of the week. You may use it to exclude weekends for example. But you may define any day of the week. By default it excludes Saturday and Sunday.