Add hours from one date to another date Aug 5, 2021 let date = Calendar.current.date(byAdding: DateComponents(hour: Calendar.current.component(.hour, from: otherDate)), to: thisDate)