TotalDays

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

TotalDays

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

OutputVar := instance.TotalDays

Value

Instance of MfFloat

Gets

The total number of days represented by this MfTimeSpan instance as a read-onlyinstance of MfFloat.

Remarks

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