Initializer

init(calendarIdentifier:)

Initializes a calendar according to a given identifier. 与えられた識別子によりカレンダーを初期化します。

Declaration 宣言

init?(calendarIdentifier ident: NSCalendar.Identifier)

Parameters パラメータ

string

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、もし識別子が未知ならば(もし、例えば、それが認識されない文字列であるまたはそのカレンダーがオペレーティングシステムの現在のバージョンによってサポートされないならば)。

See Also 参照

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

Related Documentation 関連文書