[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetLeapMonth

GetLeapMonth Method

GetLeapMonth(int, int)

Calculates the leap month for a specified year and era.

Declaration
[ComVisible(false)]
public override int GetLeapMonth(int year, int era)
Parameters
Type Name Description
int year

A year.

int era

An era.

Returns
Type Description
int

The return value is always 0 because the JapaneseCalendarEx type does not support the notion of a leap month.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

year or era is outside the range supported by the JapaneseCalendarEx type.