Soap.XSBuiltIns.TXSCustomDateTime.SetDay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDay(const Value: Word); virtual;

C++

virtual void __fastcall SetDay(const System::Word 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 Day property.

SetDay is the protected write implementation of the Day property.

See Also