Gck.Builder.prototype.set_date
function set_date(attr_type: Number(gulong), value: GLib.Date): void {
// Gjs wrapper for gck_builder_set_date()
}
Set an attribute on the builder for the date value. If an attribute with attr_type already exists in the builder then it is changed to the new value, otherwise an attribute is added.
- attr_type
the new attribute type
- value
the attribute value