QuartzScheduler GetCalendarNames Method Quartz.NET API Documentation
Get the names of all registered ICalendars.

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

public virtual IList<string> GetCalendarNames()

Return Value

Type: IList String 

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.GetCalendarNames"]

Implements

IRemotableQuartzScheduler GetCalendarNames 
See Also