class var current: Calendar
The user’s current calendar.
ユーザの持つ現在のカレンダー。
Availability 有効性
Technology
class var autoupdatingCurrent: Calendar
{ get }
The current logical calendar for the current user. 現在のユーザに対する現在の論理カレンダー。
Settings you get from this calendar do change as the user’s settings change (contrast with current
).
あなたがこのカレンダーから得る設定は、ユーザの設定が変化すると変化します(current
とは対照的に)。
Note that if you cache values based on the calendar or related information those caches will of course not be automatically updated by the updating of the calendar object. あなたがカレンダーまたは関連情報に基づく値それらをキャッシュするならば、それらのキャッシュはもちろんカレンダーオブジェクトの更新によって自動的に更新されません。
class var current: Calendar
init?(calendarIdentifier : NSCalendar.Identifier)
var calendarIdentifier : NSCalendar.Identifier