EventStartEndTime

EventStartEndTime(TimebirthTime,TimecheckTime,EventNamenameOfEvent)

Returns the full event window for a specific event if that event is active at the supplied check time. The method 1. finds the event definition 2. checks whether the event is occurring at the requested moment 3. scans backward to find the start time 4. scans forward to find the end time 5. returns a completed Event object with timing and tags. If the event is not active at the requested time the method returns Event.Empty.

Parameters

NameTypeDescription
birthTime Time The natives birth time.
checkTime Time The time used to test whether the event is currently active.
nameOfEvent EventName The event to evaluate.

Calling this method

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

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…