TriggerBuilder ModifiedByCalendar Method Quartz.NET API Documentation
Set the name of the ICalendar that should be applied to this Trigger's schedule.

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

public TriggerBuilder ModifiedByCalendar(
	string calendarName
)

Parameters

calendarName
Type: System String
the name of the Calendar to reference.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also