QuartzScheduler DeleteCalendar Method Quartz.NET API Documentation
Delete the identified ICalendar from the Scheduler.

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

public virtual bool DeleteCalendar(
	string calName
)

Parameters

calName
Type: System String

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

Return Value

Type: Boolean
true if the Calendar was found and deleted.

Implements

IRemotableQuartzScheduler DeleteCalendar(String)
See Also