var deliveryDate : Date?
var actualDeliveryDate : Date?
var deliveryTimeZone : TimeZone?
Availability 有効性
Technology
var deliveryRepeatInterval: DateComponents
? { get set }
This value may be nil
if the notification should not repeat.
通知が繰り返されるべきでないならば、この値はnil
かもしれません。
The date component values are relative to the date the notification was delivered. 日付構成要素値は、通知が配達された日付に相対的です。
If the calendar value of the delivery
is nil
, the current calendar is used to calculate the repeat interval. For example, if a notification should repeat every hour, set the hour
property of the delivery
to 1
.
delivery
のカレンダー値が nil
ならば、現在のカレンダーが繰り返し間隔を計算するために使われます。たとえば、ある通知が1時間ごとに繰り返すべきならば、delivery
のhour
プロパティを1
に設定してください。
This value is ignored unless the user notification is scheduled with the NSUser
object.
この値は、ユーザ通知がNSUser
オブジェクトで予定に組まれるのを除き無視されます。
var deliveryDate : Date?
var actualDeliveryDate : Date?
var deliveryTimeZone : TimeZone?