RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXSDateTime.XSToNative Method

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

Pascal
procedure XSToNative(Value: WideString); override;
C++
virtual __fastcall XSToNative(BSTR Value);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!