Instance Property インスタンスプロパティ

actualDeliveryDate

The date this notification was actually delivered. この通知が実際に配達された日付。

Declaration 宣言

var actualDeliveryDate: Date? { get }

Discussion 議論

The notification center will set this value if a notification is put in the scheduled list and the delivery time arrives. 通知センターは、この値を設定するでしょう、ある通知が予定されたリストに置かれるそして配達時間がやってくるならば。

If the notification is delivered directly using the deliver(_:) method of the NSUserNotificationCenter class, this value is set to the deliveryDate value. 通知が直接にNSUserNotificationCenterクラスのdeliver(_:)メソッドを使って配達されるならば、この値はdeliveryDate値に設定されます。 If the deliveryDate value nil this value is set to the current date.

This value is used to sort the list of notifications in the user interface. この値は、通知のリストをユーザーインターフェイスにおいてソートするために使われます。

See Also 参照

Delivery Timing 配達時機