GLib.Date.prototype.set_day
function set_day(day: GLib.DateDay): void {
// Gjs wrapper for g_date_set_day()
}
Sets the day of the month for a GLib.Date. If the resulting day-month-year triplet is invalid, the date will be invalid.
- day
day to set