Click or drag to resize

TimeIntervalCollection.ToDuration 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: 25.1.421.0 (25.1.421.0)
Syntax
public Duration ToDuration()

Return Value

Type: Duration
The total duration.
See Also