@hebcal/core
    Preparing search index...

    Type Alias MoladBase

    Represents a molad, the moment when the new moon is "born"

    type MoladBase = {
        chalakim: number;
        hdate: HDate;
        hour: number;
        minutes: number;
    }
    Index

    Properties

    chalakim: number

    parts of a minute (0-17)

    hdate: HDate

    Hebrew date

    hour: number

    hour of day (0-23)

    minutes: number

    minutes past hour (0-59)