@hebcal/core
    Preparing search index...

    Class Sedra

    Represents Parashah HaShavua for an entire Hebrew year

    Index

    Constructors

    • Caculates the Parashah HaShavua for an entire Hebrew year

      Parameters

      • hyear: number

        Hebrew year (e.g. 5749)

      • il: boolean

        Use Israel sedra schedule (false for Diaspora)

      Returns Sedra

    Methods

    • Returns the date that a parsha occurs or null if the parsha doesn't occur this year

      Parameters

      • parsha: string | number | string[]

        if a string, specified with Sephardic transliterations like 'Noach' or 'Matot-Masei'. If an array, must be a 1- or 2-element array such as ['Noach'] or ['Matot', 'Masei']. If a number, should be a 0-based parsha index (0 for Bereshit, 1 for Noach) or a negative number for a doubled parsha (e.g. -21 for Vayakhel-Pekudei)

      Returns HDate | null

    • Returns the date that a parsha (or its doubled or undoubled counterpart) occurs, or null if the parsha doesn't occur this year

      Parameters

      • parsha: string | number

      Returns HDate | null

    • R.D. date of the first Saturday on or after Rosh Hashana

      Returns number

    • Returns the underlying annual sedra schedule. Used by @hebcal/triennial

      Returns readonly NumberOrString[]