EventsAtTime

EventsAtTime(TimebirthTime,TimecheckTime,List<EventTag>eventTagList)

Returns all events that are active at a specific moment based on a persons birth time and a selected set of event tags. This method effectively creates a singletime slice from the larger event chart and can be used to inspect what is happening at one exact moment. The method wraps the birth time inside a temporary Person object so that the event engine can use the existing eventcalculation pipeline.

Parameters

NameTypeDescription
birthTime Time The birth time of the person related to the event calculation.
checkTime Time The moment to evaluate.
eventTagList 0, Culture=neutral, PublicKeyToken=null]] The list of event categories to include.

Calling this method

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

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…