Instance Property
インスタンスプロパティ
actualDeliveryDate
The date this notification was actually delivered.
この通知が実際に配達された日付。
Declaration
宣言
@property(nullable, readonly, copy) NSDate
*actualDeliveryDate;
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 deliverNotification:
method of the NSUserNotificationCenter
class, this value is set to the deliveryDate
value.
通知が直接にNSUserNotificationCenter
クラスのdeliverNotification:
メソッドを使って配達されるならば、この値は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
配達時機
deliveryDate
Specifies when the notification should be delivered.
いつ通知が配達されるべきかを指定します。
Deprecated
非推奨
deliveryRepeatInterval
Specifies the date components that control how often a user notification is repeated.
どのくらい頻繁にあるユーザ通知が繰り返されるか制御する日付構成要素を指定します。
Deprecated
非推奨
deliveryTimeZone
Specify the time zone to interpret the delivery date in.
配達日付をそれにおいて解釈するタイムゾーンを指定します。
Deprecated
非推奨