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