IDailyTimeIntervalTrigger DaysOfWeek Property Quartz.NET API Documentation
The days of the week upon which to fire.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

ISet<DayOfWeek> DaysOfWeek { get; set; }

Return Value

Type: ISet DayOfWeek 
A Set containing the integers representing the days of the week, per the values 0-6 as defined by DayOfWees.Sunday - DayOfWeek.Saturday.
See Also