MonthlyDayOfWeekSchedule members

Represents a crawl schedule used to specify the days of the month, the weeks of the month, and the months of the year when the crawl should occur.

The MonthlyDayOfWeekSchedule type exposes the following members.

Constructors

  Name Description
Public method MonthlyDayOfWeekSchedule(SearchContext) Obsolete. Initializes a new instance of the [T:Microsoft.Office.Server.Search.Administration.][MonthlyDayofWeekSchedule] class based on the specified SearchContext object.
Public method MonthlyDayOfWeekSchedule(SearchServiceApplication)

Top

Properties

  Name Description
Public property BeginDay Gets or sets the day of the month on which the crawl schedule starts. (Inherited from Schedule.)
Public property BeginMonth Gets or sets the month in which the crawl schedule starts. (Inherited from Schedule.)
Public property BeginYear Gets or sets the year in which the crawl schedule starts. (Inherited from Schedule.)
Public property DaysOfWeek Gets or sets the days of the week for the crawl schedule.
Public property Description Gets a description of the crawl schedule. (Inherited from Schedule.)
Public property MonthsOfYear Gets or sets the months of the year for the crawl schedule.
Public property NextRunTime Gets the next time a crawl is scheduled to run. (Inherited from Schedule.)
Public property RepeatDuration Gets or sets the number of times to repeat the crawl schedule. (Inherited from Schedule.)
Public property RepeatInterval Gets or sets the number of minutes between each repeat interval for the crawl schedule. (Inherited from Schedule.)
Public property StartHour Gets or sets the hour the crawl schedule starts. (Inherited from Schedule.)
Public property StartMinute Gets or sets the minute the crawl schedule starts. (Inherited from Schedule.)
Public property WeeksOfMonth Gets or sets the weeks of the month for the crawl schedule.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Invalidate This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Schedule.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

MonthlyDayOfWeekSchedule class

Microsoft.Office.Server.Search.Administration namespace