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