Gets the value of the current MfTimeSpan object expressed in whole and fractional milliseconds as MfFloat object.
OutputVar := instance.TotalMilliseconds
Value
Instance of MfFloat
The total number of milliseconds represented by this MfTimeSpan instance as a read-only instance of MfFloat.
TotalMilliseconds converts the value of this instance from ticks to milliseconds. This number might include whole and fractional milliseconds.
TotalMilliseconds represents whole and fractional milliseconds, whereas the Hours property represents whole milliseconds.
TotalMilliseconds is a read-only instance of MfFloat with ReturnAsObject set to true.