DailyTimeIntervalScheduleBuilderMondayThroughFriday Field

Quartz.NET 3.0 API Documentation
A set of the business days of the week (for locales similar to the USA).

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

C#
public static readonly IReadOnlyCollection<DayOfWeek> MondayThroughFriday

Field Value

Type: IReadOnlyCollectionDayOfWeek
Remarks

The set contains all values between Monday and Friday
See Also

Reference