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