ScheduleRule Methods |
The ScheduleRule type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDayOfMonth |
Adds a day of month in repeatable day periods for the schedule.
| |
| AddOccurrence |
Adds the occurrence to the Occurrences collection.
| |
| AddSpecificDayOfWeek |
Adds the specific day of week to the SpecificDaysOfWeek collection.
| |
| AddSpecificMonth |
Adds the specific month to the SpecificMonths collection.
| |
| DeleteOccurrence |
Deletes the occurrence from the Occurrences collection.
| |
| DeleteSpecificDayOfWeek |
Deletes the specific day of week from the SpecificDaysOfWeek collection.
| |
| DeleteSpecificMonth |
Deletes the specific month from the SpecificMonths collection.
| |
| GetNextRunTime |
Gets the schedule's next run time based on StartTime.
| |
| RemoveDayOfMonth |
Deletes a day of month in repeatable day periods for the schedule.
| |
| SetDaysOfMonth |
Sets or replaces a collection of days of month in repeatable day periods for the schedule.
|