Instance Property インスタンスプロパティ

calendarIdentifier

The calendar identifier for the locale. このロケールに対するカレンダー識別子。

Declaration 宣言

@property(readonly, copy) NSString *calendarIdentifier;

Discussion 議論

Possible values are listed in Calendar Identifiers. 可能な値は、Calendar Identifiersで一覧にされます。

Use localizedStringForCalendarIdentifier: to obtain a version of the value suitable for display to the user. localizedStringForCalendarIdentifier:を使って、ユーザに表示するのに適した、この値の別形式を入手してください。

See Also 参照

Getting Information About a Locale ロケールについての情報を取得する