Retrieves the number of whole days represented by the current instance.
[Visual Basic] Public ReadOnly Property Days As Integer [C#] public int Days {get;} [C++] public: __property int get_Days(); [JScript] public function get Days() : int;
Read-only.
The number of days represented by the current instance.
If the current instance represents a fractional number of days, the return value is rounded down.
Note If ToString returns "+d.hh:mm:ss"; the return value of Days is d.
TimeSpan Structure | TimeSpan Members | System Namespace | Int64 | ToString