Returns the duration that represents the fraction of the day that has elapsed since midnight.
Returns Unknown
if one of the parameter values is unknown or outside the common valid date boundaries.
TimeOfDay(
datetime
)
TimeOfDay('2017-03-31T13:27:00')
=>Result: '13h27m'
TimeOfDay()
=>Result: unknown