Soap.XSBuiltIns.TXSDuration.Year

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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

See Also