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

    Interface PanchangAtSunriseOptions

    interface PanchangAtSunriseOptions {
        day: number;
        latitude: number;
        longitude: number;
        month: number;
        timezone: string;
        year: number;
    }
    Index

    Properties

    day: number
    latitude: number

    Degrees north-positive.

    longitude: number

    Degrees east-positive.

    month: number

    1–12.

    timezone: string

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

    year: number

    Civil calendar date in timezone.