Days

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

Days

Gets the days component of the time interval represented by the current MfTimeSpan object as MfInteger object.

OutputVar := instance.Days

Value

Instance of MfInteger

Get

Gets the days component of the current MfTimeSpan class as a read-only instance of MfInteger.

Remarks

Read-only property.
A MfTimeSpan value can be represented as [-]d.hh:mm:ss.ff, where the optional minus sign indicates a negative time interval, the d component is days, hh is hours as measured on a 24-hour clock, mm is minutes, ss is seconds, and ff is fractions of a second. The value of the Days property is the day component, d.
Days represents whole days, whereas the TotalDays property represents whole and fractional days.
Days is a read-only instance of MfInteger with ReturnAsObject set to true.