Click or drag to resize

TimeInterval.ToDuration Method

Returns a Duration representing the span of time between the Start and Stop of the interval.

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 duration.
See Also