UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

How to store time difference in Core Data

Forums > Swift

I have a use case where my entities have attributes which are time differences. There could be none, one or two different time differences. The second is always bigger than the first one. I know I can store them as Integers.

My question is: do you have any recommendations on how to implement this in my data model?

2      

Since TimeInterval is a Double, just store it as a Double.

2      

I think the question is how to store multiple data points for single entity.. If you are going to have at max 2, I think [Int] could work with Core Data model.

2      

@nemecek-filip Thanks for the suggestion. That was exactly what I asked for.

2      

TAKE YOUR SKILLS TO THE NEXT LEVEL If you like Hacking with Swift, you'll love Hacking with Swift+ – it's my premium service where you can learn advanced Swift and SwiftUI, functional programming, algorithms, and more. Plus it comes with stacks of benefits, including monthly live streams, downloadable projects, a 20% discount on all books, and free gifts!

Find out more

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.