function h = timedata(varargin)

h = tsguis.timedata;
if nargin>0
   h.Timeseries = varargin{1};
end
