[This is preliminary documentation and is subject to change.]

Gets the value of the current TimeSpanFormattable structure expressed in whole and fractional milliseconds.

Namespace:  Tools
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Syntax

C#
public double TotalMilliseconds { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalMilliseconds As Double
Visual C++
public:
property double TotalMilliseconds {
	double get ();
}
J#
/** @property */
public double get_TotalMilliseconds()
JScript
public function get TotalMilliseconds () : double

Return Value

Value of TotalMilliseconds of internal TimeSpan

See Also