Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 846 Bytes

lunar-eclipses-after.md

File metadata and controls

17 lines (10 loc) · 846 Bytes

//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.