hourofday()
Learn how to use the hourofday() function to return an integer representing the hour of the given date.
Returns the integer number representing the hour number of the given date.
Syntax
hourofday(
date)
Parameters
Name | Type | Required | Description |
---|---|---|---|
date | datetime | ✔️ | The date for which to return the hour number. |
Returns
An integer between 0-23 representing the hour number of the day for date.
Example
print hour=hourofday(datetime(2015-12-14 18:54))
hour |
---|
18 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.