XSBuiltIns.XMLTimeToDateTime
From RAD Studio VCL Reference
Contents |
Delphi Information
From XSBuiltIns.pas
function XMLTimeToDateTime(const XMLDateTime: WideString; AsUTCTime: Boolean = False): TDateTime;
Unit: XSBuiltIns
Type: function
Visibility: public
C++ Information
From XSBuiltIns.hpp
System::TDateTime __fastcall XMLTimeToDateTime(System::WideString XMLDateTime, bool AsUTCTime);
Unit: XSBuiltIns
Type: function
Description
Returns a TDateTime value to represent an XML datetime value.
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.