[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.2.0

Syntax

C#
public int Days { get; }
Visual Basic (Declaration)
Public ReadOnly Property Days As Integer
Visual C++
public:
property int Days {
	int get ();
}
J#
/** @property */
public int get_Days()
JScript
public function get Days () : int

Return Value

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

See Also