[This is preliminary documentation and is subject to change.]
Gets the value of the current
TimeSpanFormattable structure expressed in whole and fractional days.
Namespace: ToolsAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public double TotalDays { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TotalDays As Double
Get |
| Visual C++ |
|---|
public:
property double TotalDays {
double get ();
} |
| F# |
|---|
member TotalDays : float
|
| JScript |
|---|
function get TotalDays () : double
|
Return Value
Value of
TotalDays of internal
TimeSpan
See Also