PlanetDwadashamshaSignOLD
PlanetDwadashamshaSignOLD(PlanetNameplanetName,Timetime)
Calculates a planets Dwadashamsha D12 sign using an older manual method retained in the codebase. The method gets the planets Rasi sign and degree within that sign determines which twelfthpart division the planet occupies counts forward from the planets sign by that division number returns the resulting zodiac sign name. This preserves a legacy calculation path for comparison with the newer tabledriven implementation.
Parameters
| Name | Type | Description |
|---|---|---|
planetName |
PlanetName |
The planet to evaluate. |
time |
Time |
The chart time. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/PlanetDwadashamshaSignOLD
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…