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

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

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

Syntax

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

Return Value

Value of TotalMinutes of internal TimeSpan

See Also