AbsoluteMonthlySchedule 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 month on the 15th' or 'recur every 3 months on the 20th'.
public class AbsoluteMonthlySchedule
type AbsoluteMonthlySchedule = class
Public Class AbsoluteMonthlySchedule
- Inheritance
-
AbsoluteMonthlySchedule
Constructors
| Name | Description |
|---|---|
| AbsoluteMonthlySchedule() |
Initializes a new instance of the AbsoluteMonthlySchedule class. |
| AbsoluteMonthlySchedule(Int32, Int32) |
Initializes a new instance of the AbsoluteMonthlySchedule class. |
Properties
| Name | Description |
|---|---|
| DayOfMonth |
Gets or sets the date of the month. |
| IntervalMonths |
Gets or sets specifies the number of months between each set of occurrences. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |