Soap.XSBuiltIns.TXSDuration.Hour
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.