Click or drag to resize

Duration.TotalSeconds Property

Gets the total number of seconds represented by this Duration, including the seconds that compose the days returned by the Days property.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public double TotalSeconds { get; }

Property Value

Type: Double
See Also