MonthsOfYear Enumeration

Specifies the month or months of the year 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 MonthsOfYear
'Usage
Dim instance As MonthsOfYear
[FlagsAttribute]
public enum MonthsOfYear

Members

Member name Description
January Specifies January as the month for the crawl schedule.
February Specifies February as the month for the crawl schedule.
March Specifies March as the month for the crawl schedule.
April Specifies April as the month for the crawl schedule.
May Specifies May as the month for the crawl schedule.
June Specifies June as the month for the crawl schedule.
July Specifies July as the month for the crawl schedule.
August Specifies August as the month for the crawl schedule.
September Specifies September as the month for the crawl schedule.
October Specifies October as the month for the crawl schedule.
November Specifies November as the month for the crawl schedule.
December Specifies December as the month for the crawl schedule.
AllMonths Specifies all months for the crawl schedule.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace