LmtToStd

LmtToStd(LocalMeanTimelmtDateTime,TimeSpanstdOffset)

Converts bLocal Mean Time LMTb into bStandard Time STDb using a supplied standard offset. The method 1. reconstructs the source cDateTimeOffsetc from the LMT date and longitude 2. converts that offset to the requested standard offset 3. returns the resulting standard time.

Parameters

NameTypeDescription
lmtDateTime LocalMeanTime The LMT value to convert.
stdOffset TimeSpan The target standardtime offset.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/LmtToStd

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…