# `fun_getNextMonth_lasterWeekday` (function) > 下个月的最后一周 星期一,星期六 - **Type:** FUNCTION - **Returns:** `varchar(255)` - **Deterministic:** NO - **SQL data access:** CONTAINS SQL ## Parameters | # | Mode | Name | Type | |---|---|---|---| | 1 | IN | `tDate` | `datetime` | | 2 | IN | `iDay` | `int` | ## Body _Body is not pre-cached. To inspect: `mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTION `fun_getNextMonth_lasterWeekday`'`._ ## Narrative _No human-written narrative yet._