UPDATE_HOUR
Modify a datetime or time to a new hour.
Declaration
UPDATE_HOUR(datetime, new_hour) -> datetime
UPDATE_HOUR(time, new_hour) -> time
Parameters
Return Values
- datetime
- datetime -The resulting datetime by taking the base and adding the update values.
- time
- time -The resulting time by taking the base and adding the update values.