Hierarchy

Constructors

Methods

Constructors

Methods

  • This method returns a YearCalendar for a given year

    Returns

    the YearCalendar for the given year

    Parameters

    • year: number

      the year

    Returns YearCalendar

  • This method returns all years between two given years as YearCalendar

    Returns

    all years between from and to as YearCalendar

    Parameters

    • from: number

      the begin year

    • to: number

      the end year

    Returns YearCalendar[]

Generated using TypeDoc