In a formula column, the TIME_DELTA() function allows you to subtract two date and time columns to display the result in minutes:
TIME_DELTA = time1 - time2
Formula
TIME_DELTA(moment1, moment2)
Example
TIME_DELTA(Fin, Début)
Configurator
Result
There is a 5 minute gap between the End and Start columns.