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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Seconds { get; }Public ReadOnly Property Seconds As Double
	Get
public:
property double Seconds {
	double get ();
}member Seconds : float with get
Property Value
Type: 
Double
See Also