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

deliveryTimeZone

Specify the time zone to interpret the delivery date in. 配達日付をそれにおいて解釈するタイムゾーンを指定します。

Declaration 宣言

var deliveryTimeZone: TimeZone? { get set }

Discussion 議論

If this value is nil and the user switches time zones, the notification center will adjust the time of presentation to account for the time zone change. この値がnilであるそしてユーザがタイムゾーンを切り替えるならば、通知センターは提示時間を調節して、タイムゾーン変更に対して責任を持ちます。

If a notification should be delivered at a time in a specific time zone (regardless of whether the user switches time zones), set this value to the specific time zone, for example the current time zone. 通知が特定のタイムゾーンでのある時間に配達されるべきならば(ユーザがタイムゾーンを切り替えようとかまわずに)、この値をその特定のタイムゾーン、例えば現在のタイムゾーンに設定してください。

See Also 参照

Delivery Timing 配達時機