I want to store times type value (but not the date) in Core Data. Which data type should I use?
Possible options:
The best representation depends on what type of queries involving the time you want to execute. The first option is better if you want to search for a given hour, minute or second. The other options are better if you have to search for time intervals.