SpecialDasaAtTime
SpecialDasaAtTime(TimebirthTime,TimecheckTime,DasaTypedasaSystem,intlevels)
Returns the planetary period lords PD1 Maha Dasa PD2 subperiod PD3 subsubperiod... operating at a specific moment under one of Parasaras special condition Udu Dasa systems Ashtottari Shodasottari Dwadasottari Panchottari Satabdika Chaturasiti Sama Dwisaptati Sama Shastihayani Shattrimsa Sama. Use SpecialDasaApplicability first to know which system fits the chart. These conditional dasas supplement Vimshottari Dasa for timing the special purpose of the birth.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
Birth time location of the person. |
checkTime |
Time |
The moment to evaluate the running Dasa periods for. |
dasaSystem |
DasaType |
Which special dasa system to calculate with. |
levels |
Int32 |
How many nested Dasa levels to return default 3 max 8. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/SpecialDasaAtTime
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…