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