DailyTimeIntervalScheduleBuilderOnDaysOfTheWeek Method (IReadOnlyCollectionDayOfWeek)

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(
	IReadOnlyCollection<DayOfWeek> onDaysOfWeek
)

Parameters

onDaysOfWeek
Type: System.Collections.GenericIReadOnlyCollectionDayOfWeek
a Set containing the integers representing the days of the week, defined by Sunday - Saturday.

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference