@hebcal/learning
    Preparing search index...

    Type Alias DirshuDafHalacha

    One day of the Dirshu Daf HaYomi B'Halacha schedule.

    References are to Shulchan Arukh, Orach Chayim: "345:1" is siman 345, se'if 1. A reference without a se'if (e.g. "361") covers that siman in its entirety.

    type DirshuDafHalacha = {
        b: string;
        daf?: number;
        e?: string;
        review: boolean;
        side?: "a" | "b";
    }
    Index
    b: string

    Beginning of the day's reading, e.g. "345:1" or "361".

    daf?: number

    Page (daf) of the Dirshu Mishnah Berurah. undefined on review days, and on learning days before 11 June 2024 — the earlier sources are Hebrew luachs and wall calendars, which print the reading but not the page. Numbering restarts at 2 with each volume of the edition.

    e?: string

    End of the day's reading, or undefined when b covers the whole day.

    review: boolean

    true on Friday and Shabbat, when the program reviews (chazarah) the five days just completed instead of covering new ground.

    side?: "a" | "b"

    Side of the daf, "a" or "b"; undefined whenever daf is.