Calendar.getDaysInYear

When overridden, returns the number of days in the specified year of the specified era.

  1. uint getDaysInYear(uint year)
  2. uint getDaysInYear(uint year, uint era)
    class Calendar
    abstract const
    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