DailyTimeIntervalScheduleBuilderOnSaturdayAndSunday Method

Quartz.NET 3.0 API Documentation
Set the trigger to fire on the days Saturday and Sunday.

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

C#
public DailyTimeIntervalScheduleBuilder OnSaturdayAndSunday()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also

Reference