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

    Interface RahuKaalOptions

    Rahu Kaal — the inauspicious eighth of daylight, whose position in the day is indexed by the weekday.

    interface RahuKaalOptions {
        sunrise: Date;
        sunset: Date;
        weekday: number;
    }
    Index

    Properties

    sunrise: Date
    sunset: Date
    weekday: number

    0 = Sunday … 6 = Saturday.