I'm attempting to add a TimeInterval calculated at each step of a ForEach to a Date (hr & min) of the previous cell.
For each cell this works: Start Time = 12:55 Delta interval = 3600 seconds (1hr) Next time = 1:55
I want to use that Next time as the start one for the next cell - instead what I have working is
Delta interval = 30 (5 min) Next time = 1:00 but what I want is 2:00 (12:55 + 1hr + 5min)
I'm just having trouble thinking through how to do that.
Thanks!