inquartertodate - 指令碼與圖表函數
如果 timestamp 位於包含 base_date 的季度部分內,且不超過 (可包含) base_date 的最後一毫秒,則此函數會傳回
Syntax:
InQuarterToDate (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 | 如果要使用不起始於 1 月的 (會計) 年度,可在 first_month_of_year 中指定介於 2 和 12 之間的值。 |