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

    Interface Weekday

    Weekday of a calendar day.

    interface Weekday {
        index: number;
        name: string;
        nepali: string;
        roman: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    index: number

    0 = Sunday … 6 = Saturday (the JS Date#getUTCDay convention).

    name: string
    nepali: string
    roman: string