IJobStore GetCalendarNames Method Quartz.NET API Documentation
Get the names of all of the ICalendar s in the IJobStore.

If there are no Calendars in the given group name, the result should be a zero-length array (not  ).

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

IList<string> GetCalendarNames()

Return Value

Type: IList String 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetCalendarNames"]

See Also