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