StdAdoDelegate DeleteCalendar Method Quartz.NET API Documentation
Delete a calendar.

Namespace: Quartz.Impl.AdoJobStore
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual int DeleteCalendar(
	ConnectionAndTransactionHolder conn,
	string calendarName
)

Return Value

Type: Int32
the number of rows deleted

Implements

IDriverDelegate DeleteCalendar(ConnectionAndTransactionHolder, String)
See Also