Soap.XSBuiltIns.TXSCustomDateTime.SetMonth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMonth(const Value: Word); virtual;

C++

virtual void __fastcall SetMonth(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 Month property.

SetMonth is the protected write implementation of the Month property.

See Also