GetCharaDasaAtTime
GetCharaDasaAtTime(TimebirthTime,TimecheckTime)
Calculates the active Chara Dasa sign period at a given moment and when found also fills in its subperiods. The method determines the natal Lagna sign builds the Chara Dasa sign order from that Lagna calculates the duration of each Dasa sign generates the full sequence of Dasa periods finds which period contains the requested checkTime computes the subperiods for the active Dasa. This is the main entry point for Chara Dasa lookup in this section.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time. |
checkTime |
Time |
The time for which the active Chara Dasa period should be identified. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/GetCharaDasaAtTime
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…