Soap.XSBuiltIns.TXSCustomDateTime.SetHourOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHourOffset(const Value: SmallInt); virtual;

C++

virtual void __fastcall SetHourOffset(const short 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 HourOffset property.

SetHourOffset is the protected write implementation of the HourOffset property.

See Also