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      

Hacking with Swift is sponsored by Essential Developer

SPONSORED Join a FREE crash course for mid/senior iOS devs who want to achieve an expert level of technical and practical skills – it’s the fast track to being a complete senior developer! Hurry up because it'll be available only until April 28th.

Click to save your free spot now

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.