CronExpressionIsLeapYear Method

Quartz.NET 3.0 API Documentation
Determines whether given year is a leap year.

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

C#
protected virtual bool IsLeapYear(
	int year
)

Parameters

year
Type: SystemInt32
The year.

Return Value

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

Reference