AdvancedSchedule Class

Definition

The properties of the create Advanced Schedule.

public class AdvancedSchedule
type AdvancedSchedule = class
Public Class AdvancedSchedule
Inheritance
AdvancedSchedule

Constructors

AdvancedSchedule()

Initializes a new instance of the AdvancedSchedule class.

AdvancedSchedule(IList<String>, IList<Int32>, IList<AdvancedScheduleMonthlyOccurrence>)

Initializes a new instance of the AdvancedSchedule class.

Properties

MonthDays

Gets or sets days of the month that the job should execute on. Must be between 1 and 31.

MonthlyOccurrences

Gets or sets occurrences of days within a month.

WeekDays

Gets or sets days of the week that the job should execute on.

Applies to