Formula for time calculation

I am trying to give a start time and calculate the end time by providing the duration and adding the duration to the start time.This is not happening.What is the formula that I can use?

Here’s an example:

I use the formula:

start_time + hours(duration)

yes i got an output using this