init?(calendarIdentifier : NSCalendar.Identifier)
Initializes a calendar according to a given identifier.
与えられた識別子によりカレンダーを初期化します。
struct NSCalendar.Identifier
The supported calendar types.
サポートされるカレンダー型。
Availability 有効性
Technology
init?(identifier calendarIdentifierConstant: NSCalendar
.Identifier
)
calendarIdentifierConstant
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
、もし識別子が未知ならば(もし、例えば、それが認識されない文字列であるまたはそのカレンダーがオペレーティングシステムの現在のバージョンによってサポートされないならば)。
The returned calendar defaults to the current locale and default time zone. 返されるカレンダーは、初期状態で現在のロケールおよび省略時のタイムゾーンになります。
init?(calendarIdentifier : NSCalendar.Identifier)
struct NSCalendar.Identifier
var calendarIdentifier : NSCalendar.Identifier
class var autoupdatingCurrent : Calendar