OC中常见的日历格式

来源:互联网 发布:gps信号增强软件 编辑:程序博客网 时间:2024/06/05 08:30

NSCalendar *greCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];  // 声明一个日历对象;(参数值)

NSGregorianCalendar

Identifier for the Gregorian calendar.(格林尼治)
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSBuddhistCalendar
Identifier for the Buddhist calendar.
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSChineseCalendar
Identifier for the Chinese calendar.(中国日历)
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSHebrewCalendar
Identifier for the Hebrew calendar.(希伯来里)
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSIslamicCalendar
Identifier for the Islamic calendar.(伊斯兰回佛历)
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSIslamicCivilCalendar
Identifier for the Islamic civil calendar.(伊斯兰教 平民历 )
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSJapaneseCalendar
Identifier for the Japanese calendar.(日本)
Available in OS X v10.4 and later.
Declared in NSLocale.h.
NSRepublicOfChinaCalendar
Identifier for the Republic of China (Taiwan) calendar.(中国台湾)
A Chinese calendar can be created, and you can do calendrical calculations with it, but you should not use it for formatting as the necessary underlying functionality is not working correctly yet.
Available in OS X v10.6 and later.
Declared in NSLocale.h.
NSPersianCalendar
Identifier for the Persian calenda(波斯日历)r
Available in OS X v10.6 and later.
Declared in NSLocale.h.
NSIndianCalendar
Identifier for the Indian calenda(印度日历)r
Available in OS X v10.6 and later.
Declared in NSLocale.h.
NSISO8601Calendar
Identifier for the ISO8601. The ISO8601 calendar is not yet implemented.
Available in OS X v10.6 and later.
Declared in NSLocale.h.
0 0
原创粉丝点击