DailySchedule 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 day' or 'recur every 3 days'.
public class DailySchedule
type DailySchedule = class
Public Class DailySchedule
- Inheritance
-
DailySchedule
Constructors
| Name | Description |
|---|---|
| DailySchedule() |
Initializes a new instance of the DailySchedule class. |
| DailySchedule(Int32) |
Initializes a new instance of the DailySchedule class. |
Properties
| Name | Description |
|---|---|
| IntervalDays |
Gets or sets specifies the number of days between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |