DurationTotalSeconds 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: 24.2.419.0 (24.2.419.0)
Syntax public double TotalSeconds { get; }
Public ReadOnly Property TotalSeconds As Double
Get
public:
property double TotalSeconds {
double get ();
}
member TotalSeconds : float with get
Property Value
Type:
DoubleSee Also