TimeSeries
TimeSeries[{{t1, v1}, {t2, v2}, ...}] represents a time series specified by time-value pairs {ti, vi}.
TimeSeries[{v1, v2, ...}, tspec] represents a time series with values vi at times specified by tspec.
Examples
Create a simple time series:
TimeSeries[{{0, 1}, {1, 3}, {2, 2}, {3, 5}}]
(* TimeSeries[...] *)Please visit the official Wolfram Language Reference for more details.