Gets the seconds component of this
Duration. This is the number of seconds represented by
this
Duration in addition to the
Days, so it will always be less than
SecondsPerDay.
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 Seconds { get; }
Public ReadOnly Property Seconds As Double
Get
public:
property double Seconds {
double get ();
}
member Seconds : float with get
Property Value
Type:
DoubleSee Also