Soap.XSBuiltIns.TXSDuration.Month

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property int Month = {read=FData.Month, write=FData.Month, 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 months of this TXSDuration.

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

See Also