Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 807 Bytes

moon-quarters-after.md

File metadata and controls

15 lines (9 loc) · 807 Bytes

//astronomy/io.github.cosinekitty.astronomy/moonQuartersAfter

moonQuartersAfter

fun moonQuartersAfter(startTime: Time): Sequence<MoonQuarterInfo>

Enumerates a series of consecutive moon quarter phase events.

This function enables iteration through an unlimited number of consecutive lunar quarter phases starting at a given time. This is a convenience wrapper around searchMoonQuarter and nextMoonQuarter.

Parameters

startTime The date and time for starting the search for a series of quarter phases.