DailyTimeIntervalScheduleBuilderOnDaysOfTheWeek Method (DayOfWeek)

Quartz.NET 3.0 API Documentation
Set the trigger to fire on the given days of the week.

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

C#
public DailyTimeIntervalScheduleBuilder OnDaysOfTheWeek(
	params DayOfWeek[] onDaysOfWeek
)

Parameters

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

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference