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

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

public virtual ICalendar GetCalendar(
	string calName
)

Parameters

calName
Type: System String

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

Return Value

Type: ICalendar

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

Implements

IRemotableQuartzScheduler GetCalendar(String)
See Also