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

    Interface BsDateInfo

    A BS date decorated with display names and a data-quality flag.

    interface BsDateInfo {
        day: number;
        month: number;
        monthName: LocalizedName;
        projected: boolean;
        weekday: Weekday;
        year: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    day: number
    month: number

    1–12, where 1 = Baisakh and 12 = Chaitra

    monthName: LocalizedName
    projected: boolean

    True for dates after BS_VERIFIED_THROUGH: month lengths there are sankranti-projected rather than authority-published, so a date near a month boundary may be ±1 day off the eventual official calendar.

    weekday: Weekday
    year: number