[This is preliminary documentation and is subject to change.]

Gets the number of whole days represented by the current TimeSpanFormattable structure.

Namespace: Tools
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public int Days { get; }
Visual Basic
Public ReadOnly Property Days As Integer
	Get
Visual C++
public:
property int Days {
	int get ();
}
F#
member Days : int
JScript
function get Days () : int

Return Value

Value of Days of internal TimeSpan. The return value can be positive or negative.

See Also