ScheduleRule Methods

The ScheduleRule type exposes the following members.

Methods
  NameDescription
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.
Top
See Also