In a formula column, the DATEHOUR_ADD() function displays a date and time obtained by adding a number of hours to a date and time column. The result is a date and time.
The key point: the source column must include time. If the Time option is not enabled on the date column, DATEHOUR_ADD() has no time to shift.
Syntax
DATEHOUR_ADD(date_column, number_of_hours)
Parameters
Examples
Shift a date and time by 5 hours
The column returns the date and time shifted by 5 hours.
DATEHOUR_ADD($Date, 5)
Your formula returns 0 or stays empty
Go further
DATEMINUTE_ADD
For an offset expressed in minutes rather than hours.
Or continue with
Formula glossary
All available operators and functions, sorted by category.