Generates sequences of date&time values based on defined parameters. You can create sequences using three modes: Duration & End (start, end, and interval), Number & End (number of rows, start, and end), or Number & Duration (number of rows, start, and interval).
Typically used to generate time series data for simulations, forecasts, or testing.
- Type: TableOutput tableOutput table with created date&time range.