[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.JpCalendar.JapaneseCalendarEx.GetDaysInYear

GetDaysInYear Method

GetDaysInYear(int, int)

Returns the number of days in the specified year in the specified era.

Declaration
public override int GetDaysInYear(int year, int era)
Parameters
Type Name Description
int year

An integer that represents the year.

int era

An integer that represents the era.

Returns
Type Description
int

The number of days in the specified year in the specified era.

Overrides
Exceptions
Type Condition
ArgumentOutOfRangeException

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