Type Property 型プロパティ

autoupdatingCurrent

A calendar that tracks changes to user’s preferred calendar. ユーザの持つ優先カレンダーに対する変更を追跡するカレンダー。

Declaration 宣言

class var autoupdatingCurrent: Calendar { get }

Return Value 戻り値

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

Discussion 議論

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. あなたがカレンダーまたは関連情報に基づく値それらをキャッシュするならば、それらのキャッシュはもちろんカレンダーオブジェクトの更新によって自動的に更新されません。

See Also 参照

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

Related Documentation 関連文書