gda_xml_database_set_date

Name

gda_xml_database_set_date -- 

Synopsis

void gda_xml_database_set_date (Gda_XmlDatabase * db, const gchar * dt);

Arguments

db

a Gda_XmlDatabase object

dt

date string

Description

Sets the modification time of the given XML database. The format used for this date is up to the programmer, as no further operations are done on this date. Anyway, if you want to follow the same rules as the library, use the format as returned by strftime()