System.TimeSpan.TTimeSpan.Hours

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hours: Integer read GetHours;

C++

__property int Hours = {read=GetHours};

Properties

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

Description

Specifies the hours component in a time span.

The Hours property specifies the hours component in a time span.

See Also