This is preliminary documentation and is subject to change.

ExtendedDateTimeCalculatorIsLeapYear Method

Tests if the given year is a leap year

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public static bool IsLeapYear(
	int year
)

Parameters

year  Int32
The year

Return Value

Boolean
A bool.

See Also