Gets the value of the current MfTimeSpan object expressed in whole and fractional minutes as MfFloat object.
OutputVar := instance.TotalMinutes
Value
Instance of MfFloat
The total number of minutesrepresented by this MfTimeSpan instance as a read-only instance of MfFloat.
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.