IJobStore RetrieveCalendar Method Quartz.NET API Documentation
Retrieve the given ITrigger.

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

ICalendar RetrieveCalendar(
	string calName
)

Return Value

Type: ICalendar
The desired ICalendar, or null if there is no match.
See Also