TimeSeriesRelease function

The TimeSeriesRelease function returns an LVARCHAR string containing theTimeSeries extension version number and build date.

Syntax

TimeSeriesRelease() 
returns lvarchar;

Returns

The version number and build date.

Example

The following example shows how to get the version number using DB-Access:
execute function TimeSeriesRelease();