Seconds

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

Seconds

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

OutputVar := instance.Seconds

Value

Instance of MfInteger

Gets

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

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 Seconds property is the seconds component, ss.
Seconds represents whole seconds, whereas the TotalSeconds property represents whole and fractional seconds.
Seconds is a read-only instance of MfInteger with ReturnAsObject set to true.