[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.3.38916 (1.5.3.38916)

Syntax

C#
public double TotalMinutes { get; }
Visual Basic
Public ReadOnly Property TotalMinutes As Double
	Get
Visual C++
public:
property double TotalMinutes {
	double get ();
}
F#
member TotalMinutes : float
JScript
function get TotalMinutes () : double

Return Value

Value of TotalMinutes of internal TimeSpan

See Also