Gregorian.getDaysInYear

Overridden. Returns the number of days in the specified _year of the specified _era.

class Gregorian
override
uint
getDaysInYear
(
uint year
,
uint era
)

Parameters

year uint

An integer representing the _year.

era uint

An integer representing the _era.

Return Value

Type: uint

The number of days in the specified _year in the specified _era.

Meta