Schedule.DoNotRunUntil Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the earliest wall clock time at which to schedule the first job under this job schedule
public DateTime? DoNotRunUntil { get; set; }
member this.DoNotRunUntil : Nullable<DateTime> with get, set
Public Property DoNotRunUntil As Nullable(Of DateTime)