NSDate

suggest change

Remarks

NSDate is a very simple value type, representing one exact moment in universal time. It does not contain information about time zones, daylight saving time, calendars, or locale.

NSDate is really only an immutable wrapper around an NSTimeInterval which is a double. There is no mutable subclass, as with some other value types in Foundation.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents