GLib.Date.prototype.add_days

function add_days(n_days: Number(guint)): void {
    // Gjs wrapper for g_date_add_days()
}
  

Increments a date some number of days. To move forward by weeks, add weeks*7 days. The date must be valid.

n_days

number of days to move the date forward