ScheduleRule Methods

The ScheduleRule type exposes the following members.

Methods
  NameDescription
Public methodAddDayOfMonth
Adds a day of month in repeatable day periods for the schedule.
Public methodAddOccurrence
Adds the occurrence to the Occurrences collection.
Public methodAddSpecificDayOfWeek
Adds the specific day of week to the SpecificDaysOfWeek collection.
Public methodAddSpecificMonth
Adds the specific month to the SpecificMonths collection.
Public methodDeleteOccurrence
Deletes the occurrence from the Occurrences collection.
Public methodDeleteSpecificDayOfWeek
Deletes the specific day of week from the SpecificDaysOfWeek collection.
Public methodDeleteSpecificMonth
Deletes the specific month from the SpecificMonths collection.
Public methodGetNextRunTime
Gets the schedule's next run time based on StartTime.
Public methodRemoveDayOfMonth
Deletes a day of month in repeatable day periods for the schedule.
Public methodSetDaysOfMonth
Sets or replaces a collection of days of month in repeatable day periods for the schedule.
Top
See Also