Gregorian.getMonthsInYear

Overridden. Returns the number of months in the specified year of the specified era.

class Gregorian
override const
uint
getMonthsInYear
(
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 months in the specified year in the specified era.

Meta