SportTracks 2.0 API
Add Method (time, value)
SportTracks 2.0 APIZoneFiveSoftware.Common.DataITimeDataSeries<(Of <(T>)>)Add(DateTime, T)
Add the value at the specified time. If AllowMultipleAtSameTime is false or if there is no entry at the specified elapsed time this sets the value at the specified time, otherwise the value is added to to the end maintaining the time order.
Declaration Syntax
C#Visual Basic
void Add(
	DateTime time,
	T value
)
Sub Add ( _
	time As DateTime, _
	value As T _
)
Parameters
time (DateTime)
Time of entry.
value (T)
The value.

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983