System.TimeSpan.TTimeSpan.TotalMinutes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalMinutes: Double read GetTotalMinutes;

C++

__property double TotalMinutes = {read=GetTotalMinutes};

Properties

Type Visibility Source Unit Parent
property public
System.TimeSpan.pas
System.TimeSpan.hpp
System.TimeSpan TTimeSpan

Description

Specifies the total amount of minutes in a time span.

The TotalMinutes property specifies the total time span(days, hours, minutes, seconds, milliseconds, ticks) expressed in whole and fractional minutes.

See Also