Click or drag to resize

TimeInterval.AddData<T> Method

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeInterval<T> AddData<T>(
	T data
)

Parameters

data
Type: T
The data value.

Type Parameters

T
The type of the data.

Return Value

Type: TimeInterval<T>
An equivalent interval with the specified data.
See Also