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

    Interface CalendarDate

    A calendar date whose day may be fractional (12.5 = noon on the 12th). Dates before 1582-10-15 are interpreted in the Julian calendar, matching historical usage and Meeus's conventions.

    interface CalendarDate {
        day: number;
        month: number;
        year: number;
    }
    Index

    Properties

    Properties

    day: number

    1–31, may be fractional

    month: number

    1–12

    year: number