Bridge

TimeSpan..::..TotalMinutes Property

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public double TotalMinutes { get; }
Public ReadOnly Property TotalMinutes As Double
	Get
public:
property double^ TotalMinutes {
	double^ get ();
}

Return Value

The total number of minutes represented by this instance.