System.TimeSpan.TTimeSpan.Minutes

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also