Type Property 型プロパティ

NSCalendarDayChanged

A notification that is posted whenever the calendar day of the system changes, as determined by the system calendar, locale, and time zone. システムのカレンダー、ロケール、そしてタイムゾーンによって決定されるところの、システムの暦日が変化するときはいつでもポストされる通知。

Declaration 宣言

static let NSCalendarDayChanged: NSNotification.Name

Discussion 議論

If the the device is asleep when the day changes, this notification will be posted on wakeup. Only one notification will be posted on wakeup if the device has been asleep for multiple days. デバイスが日付の変わりに活動していないならば、この通知は活動再開してから投函されます。デバイスが複数日の間休止していたならば、ただ1つだけの通知が活動再開で投函されます。

There are no guarantees about the timeliness of when this notification will be received by observers. As such, you should not rely on this notification being posted or received at any precise time. この通知がオブザーバによって受け取られる時期が適している保証はありません。そういうものとして、あなたはこの通知が何らかの正しい時間で投函または受け取られることを当てにするべきではありません。

See Also 参照

Foundation ファウンデーション