The ts_get_flags() function

The ts_get_flags() function returns the flags associated with the given time series.

Syntax

mi_integer 
ts_get_flags(ts_timeseries *ts)
ts
The source time series.

Description

The return value is a collection of flag bits. The possible flag bits set are TSFLAGS_IRR, TSFLAGS_INMEM, and TSFLAGS_ASSIGNED.

To check whether the time series is regular, use TS_IS_IRREGULAR.

Returns

An integer containing the flags for the given time series.