The ts_get_origin() function
The ts_get_origin() function returns the origin of the given time series.
Syntax
mi_datetime *
ts_get_origin(ts_timeseries *ts)
- ts
- The source time series.
Description
The equivalent SQL function is GetOrigin.
Returns
The origin of the given time series. This value must be freed by the caller using mi_free().