ISchedulerGetCalendar Method

Quartz.NET 3.0 API Documentation
Get the ICalendar instance with the given name.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
Task<ICalendar> GetCalendar(
	string calName,
	CancellationToken cancellationToken = null
)

Parameters

calName
Type: SystemString

[Missing <param name="calName"/> documentation for "M:Quartz.IScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.IScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

Return Value

Type: TaskICalendar

[Missing <returns> documentation for "M:Quartz.IScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

See Also

Reference