HourOfDay

Summary

The HourOfDay function returns the a numeric representing the hour of day for a specified date/time.

Syntax

HourOfDay(<datetime or time>)

Return Type

Integer

Details

 

Examples

HourOfDay(ToDateTime('2014-01-01T20:15:23'))
20
HourOfDay(ToTime('13:50:31'))
13

Related Functions