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

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

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

Syntax

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

Return Value

Value of TotalSeconds of internal TimeSpan

See Also