TimeIntervalCollectionAddDataT Method  | 
  
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection<T> AddData<T>(
	T data
)
Public Function AddData(Of T) ( 
	data As T
) As TimeIntervalCollection(Of T)
public:
generic<typename T>
TimeIntervalCollection<T>^ AddData(
	T data
)
member AddData : 
        data : 'T -> TimeIntervalCollection<'T> 
Parameters
- data
 - Type: T
The value of the Data property for all intervals in the new collection. 
Type Parameters
- T
 - The type of the data.
 
Return Value
Type: 
TimeIntervalCollectionTA collection equivalent to this one, with data.
See Also