共用方式為


endofyear()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

如果提供,則傳回包含日期的年底,並依位移移位移。

語法

endofyear(date [, offset])

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 描述
date datetime ✔️ 用來尋找年底的日期。
offset int 日期的位移年數。 預設值為 0。

傳回

datetime,代表指定 日期 值的年末,如果指定 ,則為 &offset

範例

  range offset from -1 to 1 step 1
 | project yearEnd = endofyear(datetime(2017-01-01 10:10:17), offset) 

輸出

yearEnd
2016-12-31 23:59:59.9999999
2017-12-31 23:59:59.9999999
2018-12-31 23:59:59.9999999