If anyone can help that would be appreciated.

How do i subtract two times that are entered in 24 hour time format but are strings and return the difference in minutes

For example

StopTime = 21:15
RestartTime = 22:00

Therefore MachineDownTime in minutes = RestartTime - StopTime

Any help would be appreciated