HolidayCalendar ClassQuartz.NET API Documentation
This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).
Inheritance Hierarchy

System Object
  Quartz.Impl.Calendar BaseCalendar
    Quartz.Impl.Calendar HolidayCalendar

Namespace: Quartz.Impl.Calendar
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

[SerializableAttribute]
public class HolidayCalendar : BaseCalendar, 
	ICalendar
Remarks

The implementation DOES take the year into consideration, so if you want to exclude July 4th for the next 10 years, you need to add 10 entries to the exclude list.
See Also