Schedule Class

Definition

A schedule.

public class Schedule
type Schedule = class
Public Class Schedule
Inheritance
Schedule

Constructors

Schedule()

Initializes a new instance of the Schedule class.

Properties

DoNotRunAfter

Gets or sets the wall clock time after which no job will be scheduled under this job schedule.

DoNotRunUntil

Gets or sets the earliest wall clock time at which to schedule the first job under this job schedule

RecurrenceInterval

Gets or sets the time interval between the start times of two successive jobs under the job schedule.

StartWindow

Gets or sets the window of time within which a job must be started from the time the job schedule is ready to be scheduled.

Applies to