[This is preliminary documentation and is subject to change.]
Gets the number of whole days represented by the current TimeSpanFormattable structure.
Namespace:
ToolsAssembly: 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 |