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