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

earliestBeginDate

The earliest date at which the network load should begin. それでネットワークロードが始まるべき最も早い日付。

Declaration 宣言

var earliestBeginDate: Date? { get set }

Discussion 議論

For tasks created from background URLSession instances, this property indicates that the network load should not begin any earlier than this date. Setting this property does not guarantee that the load will begin at the specified date, but only that it will not begin sooner. If not specified, no start delay is used. バックグラウンドURLSessionインスタンスから作成されたタスクに対して、このプロパティは、ネットワークロードがこの日付より少しでも早くは始まるべきでないことを指し示します。このプロパティを設定することは、ロードがこの指定された日付で始まることを保証しません、それは抜け駆けして始まらないというだけです。指定されないならば、どんな開始の遅れも使われません。

This property has no effect for tasks created from nonbackground sessions. このプロパティは、非バックグラウンドセッションから作成されたタスクに対して効果を持ちません。

See Also 参照

Scheduling Tasks タスクを予定する