RAD Studio VCL Reference
|
Returns a TDateTime value to represent an XML datetime value.
function XMLTimeToDateTime(const XMLDateTime: WideString; AsUTCTime: Boolean = False): TDateTime;
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!
|