hourofday()
Returns the integer number representing the hour number of the given date
hourofday(datetime(2015-12-14 18:54)) == 18
Syntax
hourofday(a_date)
Arguments
a_date: Adatetime.
Returns
hour number of the day (0-23).
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns the integer number representing the hour number of the given date
hourofday(datetime(2015-12-14 18:54)) == 18
hourofday(a_date)
a_date: A datetime.hour number of the day (0-23).