Soap.XSBuiltIns.TXSDuration.Hour

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hour: Integer read FData.Hour write FData.Hour;

C++

__property int Hour = {read=FData.Hour, write=FData.Hour, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSDuration

Description

Sets and gets the number of hours of this TXSDuration.

Use this property to manipulate the number of hours of this TXSDuration.

See Also