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?<
Swift 3:
let minutes: TimeInterval = 1 * 60 let nowPlusOne = Date() + minutes