Overview 概要
Use these identifiers to specify the kind of calendar. The Gregorian calendar is the calendar typically used in Europe, the Western Hemisphere, and elsewhere. これらの識別子を使ってカレンダーの種類を指定してください。グレゴリオ暦はヨーロッパ、西半球、およびその他で一般的に使われるカレンダーです。
Availability 有効性
Technology
struct Identifier, @unchecked Sendable
Use these identifiers to specify the kind of calendar. The Gregorian calendar is the calendar typically used in Europe, the Western Hemisphere, and elsewhere. これらの識別子を使ってカレンダーの種類を指定してください。グレゴリオ暦はヨーロッパ、西半球、およびその他で一般的に使われるカレンダーです。
static let gregorian: NSCalendar.Identifier
static let ISO8601: NSCalendar.Identifier
static let buddhist: NSCalendar.Identifier
static let chinese: NSCalendar.Identifier
static let coptic: NSCalendar.Identifier
static let ethiopicAmeteAlem : NSCalendar.Identifier
static let ethiopicAmeteMihret : NSCalendar.Identifier
static let hebrew: NSCalendar.Identifier
static let indian: NSCalendar.Identifier
static let islamic: NSCalendar.Identifier
static let islamicCivil : NSCalendar.Identifier
static let islamicTabular : NSCalendar.Identifier
static let islamicUmmAlQura : NSCalendar.Identifier
static let japanese: NSCalendar.Identifier
static let persian: NSCalendar.Identifier
static let republicOfChina : NSCalendar.Identifier
init?(identifier: NSCalendar.Identifier)
init?(calendarIdentifier : NSCalendar.Identifier)