Click or drag to resize

TimeIntervalCollectionToDuration Method

Returns a Duration representing the span of time represented by the sum of the individual time intervals in the collection.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration ToDuration()

Return Value

Type: Duration
The total duration.
See Also