The TimeOfDay()
function returns the duration that represents the fraction of the day that has elapsed since midnight.
Syntax
TimeOfDay(datetime)
Returns
The duration that represents the fraction of the day that has elapsed since midnight.
Parameters
datetime
– a specified date and time
Examples
TimeOfDay('2017-03-31T13:27:00')
/* Returns '13h27m' */