In a formula column, the function HOUR_DELTA() allows to make a subtraction between two date and time columns to display the result in hours:
HOUR_DELTA = time1 - time2
Formula
HOUR_DELTA(moment1, moment2)
Example
HOUR_DELTA(Fin, Début)
Configurator
Result
There is a 3 hour gap between the End and Start columns.