Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface JulianDate

    Julian Date representation

    A continuous count of days and fractional days since noon (12:00 UT) on January 1, 4713 BCE in the proleptic Julian calendar. This is the standard time measure in astronomical calculations.

    // J2000.0 epoch (January 1, 2000, 12:00 TT)
    { jd: 2451545.0 }
    // December 18, 2025, 18:00 UTC
    { jd: 2460665.25 }
    interface JulianDate {
        jd: number;
    }
    Index

    Properties

    Properties

    jd: number

    Julian Date value (fractional days)