System Locale Information

suggest change

+currentCalendar returns the logical calendar for the current user.

NSCalendar *calender = [NSCalendar currentCalendar];
NSLog(@"%@",calender);

+autoupdatingCurrentCalendar returns the current logical calendar for the current user.

NSCalendar *calender = [NSCalendar autoupdatingCurrentCalendar];
NSLog(@"%@",calender);

Feedback about page:

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


NSCalendar:
*System Locale Information

Table Of Contents