IJobExecutionContextCalendar Property

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

C#
ICalendar Calendar { get; }

Property Value

Type: ICalendar
See Also

Reference