TajikaDateForYear
TajikaDateForYear(TimebirthTime,intscanYear)
Calculates the Tajika annualreturn date and time for a given year using a traditional tablebased approach described in B. V. Ramans Varshaphala. The source comments explain that this method is based on a siderealyear duration of roughly 365 days 6 hours 9 minutes 12 seconds. The method caches the result and prepares lookup records for year offsets drawn from the referenced text.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time. |
scanYear |
Int32 |
The year for which the Tajika return should be calculated. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/TajikaDateForYear
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…