In my application I have 4 TextBoxes, and 2 TextBoxes to enter the start-time, and 2 TextBoxes to enter end-time.
The user will always enter a completed time, so the input will always be 11:30, 12:45, and so on.
How can I get the difference in hours and minutes between start and endtime?
Use TimeSpan class, and Subtract method of DateTime.