I am new to Swift and am trying a scheduler. I have the start time selected and I need to add 5 minutes (or multiples of it) to the start time and display it in an UILabel?<
I think the simplest will be
let minutes = Date(timeIntervalSinceNow:(minutes * 60.0))