Click or drag to resize

TimeIntervalCollection<T>.ConvertData<TNew> Method

Converts this collection to a different kind of data without changing the intervals.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeIntervalCollection<TNew> ConvertData<TNew>(
	Converter<T, TNew> conversion
)

Parameters

conversion
Type: System.Converter<T, TNew>
The function used to convert from the existing data to the new data.

Type Parameters

TNew
The new type of data.

Return Value

Type: TimeIntervalCollection<TNew>
The resulting intervals, identical to these intervals except with new data.
See Also