Soap.XSBuiltIns.TXSDuration.Day
Delphi
property Day: Integer read FData.Day write FData.Day;
C++
__property int Day = {read=FData.Day, write=FData.Day, 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 days of this TXSDuration.
Use this property to manipulate the number of days of this TXSDuration.