Retrieves the total number of days represented by the current instance.
[Visual Basic] Public ReadOnly Property TotalDays As Double [C#] public double TotalDays {get;} [C++] public: __property double get_TotalDays(); [JScript] public function get TotalDays() : double;
Read only.
Retrieves the total number of days represented by the current instance.
The TotalDays property returns the total number of days as a double-recision floating point number that is calculated by using TicksPerDay.
TimeSpan Structure | TimeSpan Members | System Namespace | Double