DailyTimeIntervalScheduleBuilderOnMondayThroughFriday Method

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

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

C#
public DailyTimeIntervalScheduleBuilder OnMondayThroughFriday()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference