Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The NSCalendarDate class gives you many options when it comes to working with dates and times. One of the most common tasks you perform is finding the current date or time. You can do this in one line of code with an NSCalendarDate class method:
NSDate *theDate = [NSCalendarDate date];