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