Soap.XSBuiltIns.TXSCustomDateTime.Year

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Year: Integer read GetYear write SetYear default 0;

C++

__property int Year = {read=GetYear, write=SetYear, default=0};

Properties

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

Description

Indicates the year that the object represents.

Use Year to get or set the year portion of the date-and-time value. Valid Year values are 1 through 9999.

See Also