次の方法で共有


JobScheduleExecutionInformation.NextRunTime プロパティ

定義

このスケジュールで次にジョブを作成する時刻を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="nextRunTime")]
public DateTime? NextRunTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nextRunTime")>]
member this.NextRunTime : Nullable<DateTime> with get, set
Public Property NextRunTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、スケジュールが時間が来たときにアクティブな状態になっている場合にのみ意味があります。 たとえば、スケジュールが無効になっている場合、その前にジョブが有効になっていない限り、nextRunTime ではジョブは作成されません。

適用対象