TriggerBuilderModifiedByCalendar Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public TriggerBuilder ModifiedByCalendar(
	string calendarName
)

Parameters

calendarName
Type: SystemString
the name of the Calendar to reference.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference