class var autoupdatingCurrent : Calendar
A calendar that tracks changes to user’s preferred calendar.
ユーザの持つ優先カレンダーに対する変更を追跡するカレンダー。
Availability 有効性
Technology
class var current: Calendar
{ get }
The logical calendar for the current user. 現在のユーザに対する論理カレンダー。
The returned calendar is formed from the settings for the current user’s chosen system locale overlaid with any custom settings the user has specified in System Preferences.
返されるカレンダーは、ユーザがシステム環境設定で指定した任意のあつらえの設定でオーバーレイされる、現在のユーザの選択システムロケールから形成されます。
Settings you get from this calendar do not change as System Preferences are changed, so that your operations are consistent (contrast with autoupdating
).
class var autoupdatingCurrent : Calendar
init?(calendarIdentifier : NSCalendar.Identifier)
var calendarIdentifier : NSCalendar.Identifier