System.TimeSpan.TTimeSpan.TotalHours

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TotalHours: Double read GetTotalHours;

C++

__property double TotalHours = {read=GetTotalHours};

Properties

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

Description

Specifies the total amount of hours in a time span.

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

See Also