Share via


MonthsOfTheYear Enumeration

Defines values for months of the year.

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 MonthsOfTheYear
'Usage
Dim instance As MonthsOfTheYear
[FlagsAttribute]
public enum MonthsOfTheYear

Members

Member name Description
January
February
March
April
May
June
July
August
September
October
November
December

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