System.TimeSpan.TTimeSpan.Seconds
Delphi
property Seconds: Integer read GetSeconds;
C++
__property int Seconds = {read=GetSeconds};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.TimeSpan.pas System.TimeSpan.hpp  | 
        System.TimeSpan | TTimeSpan | 
Description
Specifies the seconds component in a time span.
The Seconds property specifies the seconds component in a time span.