DaysOfWeek enumeration

Specifies the day or days of the week 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 DaysOfWeek
'Usage
Dim instance As DaysOfWeek
[FlagsAttribute]
public enum DaysOfWeek

Members

Member name Description
Sunday Specifies Sunday as the week day for the crawl schedule.
Monday Specifies Monday as the day of the week for the crawl schedule.
Tuesday Specifies Tuesday as the day of the week for the crawl schedule.
Wednesday Specifies Wednesday as the day of the week for the crawl schedule.
Thursday Specifies Thursday as the day of the week for the crawl schedule.
Friday Specifies Friday as the day of the week for the crawl schedule.
Saturday Specifies Saturday as the day of the week for the crawl schedule.
Everyday Specifies all weekdays for the crawl schedule.
Weekdays Specifies Monday, Tuesday, Wednesday, Thursday, and Friday as the days of the week for the crawl schedule.
Weekends Specifies Saturday and Sunday as the days of the week for the crawl schedule.

See also

Reference

Microsoft.Office.Server.Search.Administration namespace