function setTimeContainer(this,timeseriesArray)
%

%SETCONTAINER  Specifies data container for a given variable or link.
%
%   The data container must be a subclass of @ValueArray.
%
%   Author(s): P. Gahinet
%   Copyright 1986-2003 The MathWorks, Inc.
%   $Revision: 1.1.6.1 $  $Date: 2004/12/26 21:35:58 $

this.Time_=timeseriesArray;
