NativeXml Help
TXmlNode.WriteAttributeDateTime
procedure WriteAttributeDateTime(const AName: Utf8String; AValue: TDateTime; ADefault: TDateTime); virtual;
Description
changed by hdk If the attribute with name AName exists, then set its value to the boolean AValue. If it does not exist, then create a new attribute AName with the boolean value converted to a quoted string. If ADefault = AValue, and WriteOnDefault = False, no attribute will be added.