Type Property 型プロパティ

current

The user’s current calendar. ユーザの持つ現在のカレンダー。

Declaration 宣言

class var current: Calendar { get }

Return Value 戻り値

The logical calendar for the current user. 現在のユーザに対する論理カレンダー。

Discussion 議論

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 autoupdatingCurrent).

See Also 参照

Getting the User's Calendar ユーザの持つカレンダーの取得。

Related Documentation 関連文書