System.TimeSpan.TTimeSpan.TotalSeconds
Delphi
property TotalSeconds: Double read GetTotalSeconds;
C++
__property double TotalSeconds = {read=GetTotalSeconds};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.TimeSpan.pas System.TimeSpan.hpp |
System.TimeSpan | TTimeSpan |
Description
Specifies the total amount of seconds in a time span.
The TotalSeconds property specifies the total time span(days, hours, minutes, seconds, milliseconds, ticks) expressed in whole and fractional seconds.