The ts_get_calname() function
The ts_get_calname() function returns the name of the calendar associated with the given time series.
Syntax
mi_string *
ts_get_calname(ts_timeseries *ts)
- ts
- The source time series.
Description
The equivalent SQL function is GetCalendarName.
Returns
The name of the calendar. This value must be freed by the caller with mi_free().