Soap.XSBuiltIns.TXSCustomDateTime.SetHour

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHour(const Value: Word); virtual;

C++

virtual void __fastcall SetHour(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 Hour property.

SetHour is the protected write implementation of the Hour property.

See Also