iPhone NSDate - get time in milliseconds and store in coredata

Posted by satyam on Stack Overflow See other posts from Stack Overflow or by satyam
Published on 2010-05-14T03:32:06Z Indexed on 2010/05/14 3:44 UTC
Read the original article Hit count: 787

Filed under:
|

I'm implementing iphone app with coredata functionality. I've an attribute in entity "NSDate" which stores the date and time when the record is added. I'm adding records at a faster rate. About 1 record per 25 milli seconds I want to store the date along with milli seconds so that I can retrieve the data in descending order. How can I do this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data