Click or drag to resize

YearMonthDayIsLeapYear Method

Indicates whether the year in question is a leap year.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool IsLeapYear(
	int year
)

Parameters

year
Type: SystemInt32
The year.

Return Value

Type: Boolean
if year is a leap year and if it is not.
See Also