Gst.DateTime.prototype.get_month

function get_month():Number {
    // Gjs wrapper for gst_date_time_get_month()
}

Returns the month of this Gst.DateTime. January is 1, February is 2, etc.. Call gst_date_time_has_month before, to avoid warnings.

Returns

The month of this Gst.DateTime