RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XSBuiltIns.XMLTimeToDateTime Function

Returns a TDateTime value to represent an XML datetime value.

Pascal
function XMLTimeToDateTime(const XMLDateTime: WideString; AsUTCTime: Boolean = False): TDateTime;
C++
TDateTime XMLTimeToDateTime(const BSTR XMLDateTime, Boolean AsUTCTime = False);

XMLTimeToDateTime returns a TDateTime value for an XML date-and time value. This function is the inverse to the DateTimeToXMLTime function. 

Value is the XML string to convert. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!