Milliseconds

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

Milliseconds

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

OutputVar := instance.Milliseconds

Value

Instance of MfInteger

Gets

The millisecond component of the current MfTimeSpan class as a read-only instance MfInteger object with value ranges from -999 through 999.

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 Milliseconds property is the fractional second component, ff.
Milliseconds represents whole milliseconds, whereas the TotalMilliseconds property represents whole and fractional milliseconds.
Milliseconds is a read-only instance of MfInteger with ReturnAsObject set to true.