Global Variable グローバル変数

NSSystemClockDidChangeNotification

A notification posted whenever the system clock is changed. システム時計が変更される時はいつでも投函される通知。

Declaration 宣言

const NSNotificationName NSSystemClockDidChangeNotification;

Discussion 議論

This can be initiated by a call to settimeofday(_:_:) or the user changing values in the Date and Time Preference panel. これは、settimeofday(_:_:)への呼び出しによって、または「日付と時刻環境設定」パネルにおいてユーザが値を変更することによって初期化できます。

The notification object is null. This notification does not contain a userInfo dictionary. 通知オブジェクトは、nullです。この通知は、userInfo辞書を含みません。