IJobStore StoreCalendar Method Quartz.NET API Documentation
Store the given ICalendar.

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

void StoreCalendar(
	string name,
	ICalendar calendar,
	bool replaceExisting,
	bool updateTriggers
)

Parameters

name
Type: System String
The name.
calendar
Type: Quartz ICalendar
The ICalendar to be stored.
replaceExisting
Type: System Boolean
If  , any ICalendar existing in the IJobStore with the same name and group should be over-written.
updateTriggers
Type: System Boolean
If  , any ITriggers existing in the IJobStore that reference an existing Calendar with the same name with have their next fire time re-computed with the new ICalendar.
See Also