Soap.XSBuiltIns.TXSCustomDateTime.SetMinuteOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMinuteOffset(const Value: SmallInt); virtual;

C++

virtual void __fastcall SetMinuteOffset(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 MinuteOffset property.

SetMinuteOffest is the protected write implementation of the MinuteOffset property.

See Also