DailyTimeIntervalScheduleBuilder OnSaturdayAndSunday Method Quartz.NET API Documentation
Set the trigger to fire on the days Saturday and Sunday.

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

public DailyTimeIntervalScheduleBuilder OnSaturdayAndSunday()

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder
See Also