Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...
    • Searches for the first transit of Mercury or Venus after a given date.

      Finds the first transit of Mercury or Venus after a specified date. A transit is when an inferior planet passes between the Sun and the Earth so that the silhouette of the planet is visible against the Sun in the background. To continue the search, pass the finish time in the returned structure to NextTransit.

      Parameters

      • body: Body

        The planet whose transit is to be found. Must be Body.Mercury or Body.Venus.

      • startTime: FlexibleDateTime

        The date and time for starting the search for a transit.

      Returns TransitInfo