Siddhanta Parity API Documentation - v1.3.0
    Preparing search index...
    • Finds the first quarter lunar phase after the specified date and time.

      The quarter lunar phases are: new moon, first quarter, full moon, and third quarter. To enumerate quarter lunar phases, call SearchMoonQuarter once, then pass its return value to NextMoonQuarter to find the next MoonQuarter. Keep calling NextMoonQuarter in a loop, passing the previous return value as the argument to the next call.

      Parameters

      • dateStart: FlexibleDateTime

        The date and time after which to find the first quarter lunar phase.

      Returns MoonQuarter