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: 2.2.1.400
Syntax

[SerializableAttribute]
public class WeeklyCalendar : BaseCalendar
See Also