Instance Property
インスタンスプロパティ
deliveryDate
Specifies when the notification should be delivered.
いつ通知が配達されるべきかを指定します。
Declaration
宣言
@property(copy) NSDate
*deliveryDate;
Discussion
議論
The delivery date is specified in an absolute time.
配達日付は、相対時間で指定されます。
After a notification is delivered, it may be presented to the user.
通知が配達された後で、それはユーザに提示されるかもしれません。
See Also
参照
Delivery Timing
配達時機
actualDeliveryDate
The date this notification was actually 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
非推奨