NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimeSpan.Days

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;

Property Value

Read-only.

The number of days represented by the current instance.

Remarks

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.

See Also

TimeSpan Structure | TimeSpan Members | System Namespace | Int64 | ToString