WeeklySchedule 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.
For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.
public class WeeklySchedule
type WeeklySchedule = class
Public Class WeeklySchedule
- Inheritance
-
WeeklySchedule
Constructors
| Name | Description |
|---|---|
| WeeklySchedule() |
Initializes a new instance of the WeeklySchedule class. |
| WeeklySchedule(Int32, String) |
Initializes a new instance of the WeeklySchedule class. |
Properties
| Name | Description |
|---|---|
| DayOfWeek |
Gets or sets specifies on which day of the week the maintenance occurs. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
| IntervalWeeks |
Gets or sets specifies the number of weeks between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |