Soap.XSBuiltIns.TXSTime.XSToNative

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure XSToNative(const Value: InvString); override;

C++

virtual void __fastcall XSToNative(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSTime

Description

Assigns the properties of the TXSTime instance from the string representation of its value.

XSToNative parses the string specified by Data, which is the SOAP encoding of a time value. It uses this information to set the properties of the TXSTime object.

See Also