TotalMinutes

Namespace ›› System ›› MfTimeSpan ›› Properties ››
Parent Previous Next

TotalMinutes

Gets the value of the current MfTimeSpan object expressed in whole and fractional minutes as MfFloat object.

OutputVar := instance.TotalMinutes

Value

Instance of MfFloat

Gets

The total number of minutesrepresented by this MfTimeSpan instance as a read-only instance of MfFloat.

Remarks

TotalMinutes converts the value of this instance from ticks to minutes. This number might include whole and fractional minutes.
TotalMinutes represents whole and fractional minutes, whereas the Minutes property represents whole minutes.
TotalMinutes is a read-only instance of MfFloat with ReturnAsObject set to true.