inmonth - 指令碼與圖表函數
此函數會傳回
Syntax:
InMonth (timestamp, base_date, period_no[, first_month_of_year])
Return data type: 布林
Arguments:
引數 | 描述 |
---|---|
timestamp | 您要與 base_date 比較的日期。 |
base_date | 用來評估月份的日期。 |
period_no |
月份可以使用period_no 位移。period_no 是一個整數,其中值 0 表示包含 base_date 的月份。負值的 period_no 表示之前的月份,正值表示之後的月份。 |
first_month_of_year |
first_month_of_year 參數會停用,且會保留以供日後使用。 |