Interface DailyAstronomical

Hierarchy

  • DailyAstronomical

Properties

moonPhase: number

Moon phase. 0 and 1 are 'new moon', 0.25 is 'first quarter moon', 0.5 is 'full moon' and 0.75 is 'last quarter moon'. The periods in between are called 'waxing crescent', 'waxing gibous', 'waning gibous', and 'waning crescent', respectively.

moonrise: Date

The time of when the moon rises for this day, Unix, UTC

moonriseRaw: number
moonset: Date

The time of when the moon sets for this day, Unix, UTC

moonsetRaw: number
sunrise: Date

Sunrise time, Unix, UTC

sunriseRaw: number
sunset: Date

Sunset time, Unix, UTC

sunsetRaw: number

Generated using TypeDoc