ConvertLmtToJulian
ConvertLmtToJulian(Timetime)
Converts a cTimec value from bLocal Mean Time LMTb into a bJulian Day number in Universal Time UTb and caches the result. The method 1. checks the cache using both the time and current cAyanamsac 2. extracts the LMT date parts 3. passes the values into Swiss Ephemeris 4. returns the Julian Day result. This is the cached Julian conversion helper used by the librarys astronomical calculations.
Parameters
| Name | Type | Description |
|---|---|---|
time |
Time |
The time to convert from LMT to Julian Day. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/ConvertLmtToJulian
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…