init?(identifier: NSCalendar.Identifier)
Creates a new calendar specified by a given identifier.
与えられた識別子によって指定される新しいカレンダーを作成します。
struct NSCalendar.Identifier
The supported calendar types.
サポートされるカレンダー型。
Availability 有効性
Technology
init?(calendarIdentifier ident: NSCalendar
.Identifier
)
string
The identifier for the new calendar. For valid identifiers, see Calendar Identifiers
.
新しいカレンターに対する識別子。有効な識別子に対して、Calendar Identifiers
を見てください。
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
、もし識別子が未知ならば(もし、例えば、それが認識されない文字列であるまたはそのカレンダーがオペレーティングシステムの現在のバージョンによってサポートされないならば)。
init?(identifier: NSCalendar.Identifier)
struct NSCalendar.Identifier
var calendarIdentifier : NSCalendar.Identifier
class var autoupdatingCurrent : Calendar