FindBirthTimeHouseStrengthPerson

FindBirthTimeHouseStrengthPerson(TimepossibleBirthTime,doubleprecisionHours)

Builds a birthtime comparison table by calculating the strength of every house for each time slice on the selected day. For every generated time slice the method loops through all houses calculates each houses strength formats the strengths into a single readable string stores the final summary beside the corresponding time. This is useful for manually comparing how house strength changes across the day when trying to refine a birth time.

Parameters

NameTypeDescription
possibleBirthTime Time
precisionHours Double

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/FindBirthTimeHouseStrengthPerson

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…