AdvancedSchedule Class
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.
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. |