IScheduler GetCalendar Method Quartz.NET API Documentation
Get the ICalendar instance with the given name.

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

ICalendar GetCalendar(
	string calName
)

Parameters

calName
Type: System String

[Missing <param name="calName"/> documentation for "M:Quartz.IScheduler.GetCalendar(System.String)"]

Return Value

Type: ICalendar

[Missing <returns> documentation for "M:Quartz.IScheduler.GetCalendar(System.String)"]

See Also