System.Globalization.EastAsianLunisolarCalendar.IsLeapDay Method

Determines whether the specified date in the specified era is a leap day.

Syntax

public override bool IsLeapDay (int year, int month, int day, int era)

Parameters

year
An integer that represents the year.
month
An integer from 1 through 13 that represents the month.
day
An integer from 1 through 31 that represents the day.
era
An integer that represents the era.

Returns

true if the specified day is a leap day; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0