GLib.Date.prototype.set_month

function set_month(month: GLib.DateMonth): void {
    // Gjs wrapper for g_date_set_month()
}
  

Sets the month of the year for a GLib.Date. If the resulting day-month-year triplet is invalid, the date will be invalid.

month

month to set