DailyTimeIntervalScheduleBuilder OnMondayThroughFriday Method Quartz.NET API Documentation
Set the trigger to fire on the days from Monday through Friday.

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

public DailyTimeIntervalScheduleBuilder OnMondayThroughFriday()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also