Minutes

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

Minutes

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

OutputVar := instance.Minutes

Value

Instance of MfInteger

Gets

The minute 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 Minutes property is the minute component, mm.
Minutes represents whole minutes, whereas the TotalMinutes property represents whole and fractional minutes.
Minutes is a read-only instance of MfInteger with ReturnAsObject set to true.