Is it possible to see on a NSDate whether the time part has been set or not?
Or to rephrase the question: is it possible to create a NSDate in such a way that when I look at the instance I can see whether the time was set or not?
I am having an issue where I read sometimes DATE and sometimes DATETIME from a database. In both cases I create a NSDate object however I would like to know what the original type was. I know I can do a wrapper or something around the NSDate but I just wondering if there is some other simpler way by just looking at the NSDate instance to see whether the time was set or not originally?
tia