GenerateTimeListCSV

GenerateTimeListCSV(TimestartTime,TimeendTime,doublehoursBetween)

Generates a CSV table of evenly spaced time entries between two points in time. The output contains three columns Name Time Location For each generated time slice the method adds a row name such as row0 the formatted standard date and time the location name with commas removed so the CSV stays valid. This is useful for building machinelearning or datascience input tables from time ranges.

This method returns a raw SVG or CSV response, not the standard {Status, Payload} JSON envelope. Handle its response as binary/text, not JSON.

Parameters

NameTypeDescription
startTime Time Beginning of the range.
endTime Time End of the range.
hoursBetween Double Number of hours between each generated row.

Calling this method

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

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…