I want to retrieve the time difference between two times (start and stop) and save that value as total work time.
ex. I started at 08:00 and I stopped working at 15:34. My total worktime is 7:34.
startTime and stopTime are both date and time datatype but i formatted it as time in my datagrid.
What is the best possible solution in Mendix for this ?