CronExpression IsLeapYear Method Quartz.NET API Documentation
Determines whether given year is a leap year.

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

protected virtual bool IsLeapYear(
	int year
)

Return Value

Type: Boolean
true if the specified year is a leap year; otherwise, false.
See Also