astronomy

//astronomy/io.github.cosinekitty.astronomy/lunarEclipsesAfter

lunarEclipsesAfter

fun lunarEclipsesAfter(startTime: Time): Sequence<LunarEclipseInfo>

Enumerates a series of consecutive lunar eclipses that occur after a given time.

This function enables iteration through an unlimited number of consecutive lunar eclipses starting at a given time.

This is a convenience wrapper around searchLunarEclipse and nextLunarEclipse.

Parameters

   
startTime The date and time for starting the search for a series of lunar eclipses.