monthofyear()
適用於:✅Microsoft網狀架構✅Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel
從 1-12 傳回整數,代表指定年份的月數。
和
getmonth()
函monthofyear()
式相等
語法
monthofyear(
date)
深入瞭解 語法慣例。
參數
姓名 | 類型 | 必要 | 描述 |
---|---|---|---|
date | datetime |
✔️ | 要尋找月份號碼的日期。 |
傳回
1-12 的整數,表示指定年份的月數。
範例
print result=monthofyear(datetime("2015-12-14"))
輸出
result |
---|
12 |