DaysOfMonth Enumeration
Specifies the day or days 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 DaysOfMonth
'Usage
Dim instance As DaysOfMonth
[FlagsAttribute]
public enum DaysOfMonth
Members
Member name | Description | |
---|---|---|
Day1 | Specifies the first day of the month for the crawl schedule. | |
Day2 | Specifies the second day of the month for the crawl schedule. | |
Day3 | Specifies the third day of the month for the crawl schedule. | |
Day4 | Specifies the fourth day of the month for the crawl schedule. | |
Day5 | Specifies the fifth day of the month for the crawl schedule. | |
Day6 | Specifies the sixth day of the month for the crawl schedule. | |
Day7 | Specifies the seventh day of the month for the crawl schedule. | |
Day8 | Specifies the eighth day of the month for the crawl schedule. | |
Day9 | Specifies the ninth day of the month for the crawl schedule. | |
Day10 | Specifies the tenth day of the month for the crawl schedule. | |
Day11 | Specifies the eleventh day of the month for the crawl schedule. | |
Day12 | Specifies the twelfth day of the month for the crawl schedule. | |
Day13 | Specifies the thirteenth day of the month for the crawl schedule. | |
Day14 | Specifies the fourteenth day of the month for the crawl schedule. | |
Day15 | Specifies the fifteenth day of the month for the crawl schedule. | |
Day16 | Specifies the sixteenth day of the month for the crawl schedule. | |
Day17 | Specifies the seventeenth day of the month for the crawl schedule. | |
Day18 | Specifies the eighteenth day of the month for the crawl schedule. | |
Day19 | Specifies the nineteenth day of the month for the crawl schedule. | |
Day20 | Specifies the twentieth of the month for the crawl schedule. | |
Day21 | Specifies the twenty-first day of the month for the crawl schedule. | |
Day22 | Specifies the twenty-second day of the month for the crawl schedule. | |
Day23 | Specifies the twenty-third day of the month for the crawl schedule. | |
Day24 | Specifies the twenty-fourth day of the month for the crawl schedule. | |
Day25 | Specifies the twenty-fifth day of the month for the crawl schedule. | |
Day26 | Specifies the twenty-sixth day of the month for the crawl schedule. | |
Day27 | Specifies the twenty-seventh day of the month for the crawl schedule. | |
Day28 | Specifies the twenty-eighth day of the month for the crawl schedule. | |
Day29 | Specifies the twenty-ninth day of the month for the crawl schedule. | |
Day30 | Specifies the thirtieth day of the month for the crawl schedule. | |
Day31 | Specifies the thirty-first day of the month for the crawl schedule. | |
Everyday | Specifies all days of the month for the crawl schedule. |