GLib.Date.prototype.is_last_of_month

function is_last_of_month(): Boolean {
    // Gjs wrapper for g_date_is_last_of_month()
}
  

Returns true if the date is the last day of the month. The date must be valid.

Returns

true if the date is the last day of the month