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