System.TimeSpan.TTimeSpan.Minutes
Delphi
property Minutes: Integer read GetMinutes;
C++
__property int Minutes = {read=GetMinutes};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | System.TimeSpan.pas System.TimeSpan.hpp  | 
        System.TimeSpan | TTimeSpan | 
Description
Specifies the minutes component in a time span.
The Minutes property specifies the minutes component in a time span.