2 writes to Created
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1792
this._current.Value.
Created
= DateTime.Now - this._itemLifeTime - TimeSpan.FromSeconds(1);
1849
this._current.Value.
Created
= now;
1 reference to Created
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1812
TimeSpan elapsed = (now - item.
Created
);