MonthlyDateSchedule members
SharePoint 2013
Represents a crawl schedule used to specify the days of the month, and months of the year, when the crawl should occur.
The MonthlyDateSchedule type exposes the following members.
| Name | Description | |
|---|---|---|
|
MonthlyDateSchedule(SearchContext) | Initializes a new instance of the [T:Microsoft.Office.Server.Search.Administration.][MonthlyDateSchedule] class based on the specified SearchContext object. |
|
MonthlyDateSchedule(SearchServiceApplication) |
| Name | Description | |
|---|---|---|
|
BeginDay | Gets or sets the day of the month on which the crawl schedule starts. (Inherited from Schedule.) |
|
BeginMonth | Gets or sets the month in which the crawl schedule starts. (Inherited from Schedule.) |
|
BeginYear | Gets or sets the year in which the crawl schedule starts. (Inherited from Schedule.) |
|
DaysOfMonth | Gets or sets the days of the month for the crawl schedule. |
|
Description | Gets a description of the crawl schedule. (Inherited from Schedule.) |
|
MonthsOfYear | Gets or sets the months of the year for the crawl schedule. |
|
NextRunTime | Gets the next time a crawl is scheduled to run. (Inherited from Schedule.) |
|
RepeatDuration | Gets or sets the number of times to repeat the crawl schedule. (Inherited from Schedule.) |
|
RepeatInterval | Gets or sets the number of minutes between each repeat interval for the crawl schedule. (Inherited from Schedule.) |
|
StartHour | Gets or sets the hour the crawl schedule starts. (Inherited from Schedule.) |
|
StartMinute | Gets or sets the minute the crawl schedule starts. (Inherited from Schedule.) |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Invalidate | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Schedule.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Show: