forum

Home / DeveloperSection / Forums / DATETIME type of SQLite & ObjectiveC

DATETIME type of SQLite & ObjectiveC

Anonymous User 1583 09-Nov-2015

I have created a SQLite table in my app, and I tried to map an object using Objective-C programming.
First attribute of table 'Save_time' of type DATETIME.


Now, I want to create a property on my Obj-C class that will map to the 'save_time' attribute.
I read that Objective C has a class name NSDate, but I am not sure that will map it directly or not?


Updated on 15-Nov-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By