NQL datetime関数
例
device_performance.events during past 24h
| where start_time.hour() >= 9 and end_time.hour() <= 17利用可能な関数
時間()
device_performance.events during past 24h
| where start_time.hour() >= 9 and end_time.hour() <= 17日()
day_of_week()
タイムゾーンパラメーター

Last updated
Was this helpful?