DailyTimeIntervalScheduleBuilder OnDaysOfTheWeek Method ( 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(
	params DayOfWeek[] onDaysOfWeek
)

Parameters

onDaysOfWeek
Type:  System DayOfWeek 
a variable length list of week days representing the days of the week

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also