IDailyTimeIntervalTriggerDaysOfWeek Property

Quartz.NET 3.0 API Documentation
The days of the week upon which to fire.

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

C#
IReadOnlyCollection<DayOfWeek> DaysOfWeek { get; set; }

Return Value

Type: IReadOnlyCollectionDayOfWeek
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

Reference