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 RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

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.