DailyTimeIntervalScheduleBuilder OnDaysOfTheWeek Method (ISet DayOfWeek )Quartz.NET API Documentation
Set the trigger to fire on the given days of the week.

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

public DailyTimeIntervalScheduleBuilder OnDaysOfTheWeek(
	ISet<DayOfWeek> onDaysOfWeek
)

Parameters

onDaysOfWeek
Type: Quartz.Collection ISet DayOfWeek 
a Set containing the integers representing the days of the week, defined by Sunday - Saturday.

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also