[]
        
(Showing Draft Content)

C1.Globalization.JapaneseCalendarEx.IsLeapMonth

IsLeapMonth Method

IsLeapMonth(int, int, int)

Determines whether the specified month in the specified year in the specified era is a leap month.

Declaration
public override bool IsLeapMonth(int year, int month, int era)
Public Overrides Function IsLeapMonth(year As Integer, month As Integer, era As Integer) As Boolean
Parameters
Type Name Description
int year

An integer that represents the year.

int month

An integer from 1 to 12 that represents the month.

int era

An integer that represents the era.

Returns
Type Description
bool

This method always returns false, unless overridden by a derived class.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

year is outside the range supported by the calendar.-or- month is outside the range supported by the calendar. -or- era is outside the range supported by the calendar.