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

deliveryRepeatInterval

Specifies the date components that control how often a user notification is repeated. どのくらい頻繁にあるユーザ通知が繰り返されるか制御する日付構成要素を指定します。

Declaration 宣言

var deliveryRepeatInterval: DateComponents? { get set }

Discussion 議論

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 deliveryRepeatInterval 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 deliveryRepeatInterval to 1. deliveryRepeatIntervalのカレンダー値が nilならば、現在のカレンダーが繰り返し間隔を計算するために使われます。たとえば、ある通知が1時間ごとに繰り返すべきならば、deliveryRepeatIntervalhourプロパティを1に設定してください。

This value is ignored unless the user notification is scheduled with the NSUserNotificationCenter object. この値は、ユーザ通知がNSUserNotificationCenterオブジェクトで予定に組まれるのを除き無視されます。

See Also 参照

Delivery Timing 配達時機