Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 937 Bytes

global-solar-eclipses-after.md

File metadata and controls

15 lines (9 loc) · 937 Bytes

//astronomy/io.github.cosinekitty.astronomy/globalSolarEclipsesAfter

globalSolarEclipsesAfter

fun globalSolarEclipsesAfter(startTime: Time): Sequence<GlobalSolarEclipseInfo>

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

This function enables iteration through an unlimited number of consecutive global solar eclipses starting at a given time. This is a convenience wrapper around searchGlobalSolarEclipse and nextGlobalSolarEclipse.

Parameters

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