Soap.XSBuiltIns.TXSCustomDateTime.SetYear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetYear(const Value: Integer); virtual;

C++

virtual void __fastcall SetYear(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Sets the value of the Year property.

SetYear is the protected write implementation of the Year property.

See Also