DaysOfTheWeek Enumeration

Defines values for days of the week (Monday, Tuesday, and so on).

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

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

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

Members

Member name Description
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday

Remarks

The values include the FlagsAttribute field. You can combine DaysOfTheWeek with | (that is, OR). For more information about using the FlagsAttribute field, see FlagsAttribute Class.

See Also

Reference

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace