TotalSeconds

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

TotalSeconds

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

OutputVar := instance.TotalSeconds

Value

Instance of MfFloat

Gets

The total number of seconds represented by this instance.

Remarks

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.