RevealRange function

The RevealRange function makes hidden elements in a specified date range visible. It reverses the effect of HideRange.

Syntax

RevealRange(ts     TimeSeries, 
             start   datetime year to fraction(5),
             end     datetime year to fraction(5),
) 
returns TimeSeries;
ts
The time series to act on.
start
The time stamp at the start of the range.
end
The time stamp at the end of the range.

Returns

The modified time series.