Query Details
//Convert time into hour or min print TimeTaken=time(10:11:02) | extend TimeTakenInMins = TimeTaken / 1m
The query is converting a given time into hours or minutes. It prints the original time and then calculates the time taken in minutes by dividing the original time by 1 minute.

Rod Trent
Released: August 9, 2021
Tables
Keywords
Operators