Initializer

init(identifier:)

Creates a new calendar specified by a given identifier. 与えられた識別子によって指定される新しいカレンダーを作成します。

Declaration 宣言

init?(identifier calendarIdentifierConstant: NSCalendar.Identifier)

Parameters パラメータ

calendarIdentifierConstant

The identifier for the new calendar. For valid identifiers, see Calendar Identifiers. 新しいカレンターに対する識別子。有効な識別子に対して、Calendar Identifiersを見てください。

Return Value 戻り値

The initialized calendar, or nil if the identifier is unknown (if, for example, it is either an unrecognized string or the calendar is not supported by the current version of the operating system). 初期化されたカレンダー、またはnil、もし識別子が未知ならば(もし、例えば、それが認識されない文字列であるまたはそのカレンダーがオペレーティングシステムの現在のバージョンによってサポートされないならば)。

Discussion 議論

The returned calendar defaults to the current locale and default time zone. 返されるカレンダーは、初期状態で現在のロケールおよび省略時のタイムゾーンになります。

See Also 参照

Creating and Initializing Calendars カレンダーの作成と初期化

Related Documentation 関連文書