IJobExecutionContext Calendar Property Quartz.NET API Documentation
Get a handle to the ICalendar referenced by the ITrigger instance that fired the IJob.

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

ICalendar Calendar { get; }

Property Value

Type: ICalendar
See Also