Questions tagged [datecomponents]
2 questions
1
vote
1 answer
SwiftUI Charts - Plotting Date against Time (make DateComponents conform to Plottable)
I want to plot a date against a time, extracted from the same date: item.sunrise (ISO 8601). The compiler rejects the code below stating: Initializer init(x:y:) requires that DateComponents conform to Plottable.
Chart{
…

Edward Hasted
- 3,201
- 8
- 30
- 48
0
votes
1 answer
Add float/double days to Date?
There are similar questions but all of them about adding integer number of days to date.
But what if I need to add 0.5 day for example?
In other words the following code won't work
let days: Double = 0.5
let date = Calendar.current.date(byAdding:…

Gargo
- 1,135
- 1
- 10
- 21