WeeksOfMonth Enumeration

Specifies the week or weeks of the month for the crawl schedule.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration WeeksOfMonth
'Usage
Dim instance As WeeksOfMonth
[FlagsAttribute]
public enum WeeksOfMonth

Members

Member name Description
First Specifies the first week of the month for the crawl schedule.
Second Specifies the second week of the month for the crawl schedule.
Third Specifies the third week of the month for the crawl schedule.
Fourth Specifies the fourth week of the month for the crawl schedule.
Last Specifies the last week of the month for the crawl schedule.
AllWeeks Specifies all weeks of the month for the crawl schedule.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace