inmonth - スクリプトおよびチャート関数
この関数は、timestampが base_date を含む月にある場合、
構文:
InMonth (timestamp, base_date, period_no[, first_month_of_year])
戻り値のデータ型: ブール値
引数:
引数 | 説明 |
---|---|
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 の間の値を指定します。 |