grahan — the open-source sky engine
    Preparing search index...

    Interface Panchang

    interface Panchang {
        daylight: "always-up" | "always-down" | "normal";
        karana: Karana;
        moonPhase: MoonPhase;
        nakshatra: Nakshatra;
        rahuKaal: RahuKaalWindow | null;
        sunrise: Date | null;
        sunset: Date | null;
        tithi: Tithi;
        vaar: Vaar;
        yoga: Yoga;
    }
    Index

    Properties

    daylight: "always-up" | "always-down" | "normal"

    'normal' days have sunrise/sunset; polar days/nights do not.

    karana: Karana
    moonPhase: MoonPhase
    nakshatra: Nakshatra
    rahuKaal: RahuKaalWindow | null

    Weekday-indexed eighth of daylight; null when there is no daylight cycle.

    sunrise: Date | null

    Local-date sunrise, or null on polar days/nights.

    sunset: Date | null
    tithi: Tithi
    vaar: Vaar
    yoga: Yoga