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

    Interface PanchangOptions

    interface PanchangOptions {
        date: Date;
        latitude: number;
        longitude: number;
        timezone: string;
    }
    Index

    Properties

    date: Date

    The instant to compute for (a JS Date is always an exact UTC instant).

    latitude: number

    Degrees north-positive.

    longitude: number

    Degrees east-positive.

    timezone: string

    IANA zone that defines the local calendar date, e.g. "Asia/Kathmandu".