WeeklyCalendar ClassQuartz.NET API Documentation
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.
Inheritance Hierarchy

System Object
  Quartz.Impl.Calendar BaseCalendar
    Quartz.Impl.Calendar WeeklyCalendar

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

[SerializableAttribute]
public class WeeklyCalendar : BaseCalendar, 
	ICalendar
See Also