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