# File rbCFTypes.rb, line 127 def to_xml return LibXML::XML::Node.new('date') << LibXML::XML::Node.new_text(CFDate::date_string(@value)) end