Share via


RecurrenceMonths Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the Month flags that are used to setup a schedule.

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

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<FlagsAttribute> _
Public Enumeration RecurrenceMonths
'Usage
Dim instance As RecurrenceMonths
[ComVisibleAttribute(false)]
[FlagsAttribute]
public enum RecurrenceMonths
[ComVisibleAttribute(false)]
[FlagsAttribute]
public enum class RecurrenceMonths
public enum RecurrenceMonths

Members

Member name Description
None Uninitialized state of the enum
January January
February February
March March
April April
May May
June June
July July
August August
September September
October October
November November
December December
Q1 First quarter
Q2 Second quarter
Q3 Third quarter
Q4 Fourth quarter
QuarterlyOnFirstMonth On the first month of every quarter
QuarterlyOnSecondMonth On the first month of every quarter
QuarterlyOnThirdMonth On the first month of every quarter
EvenMonths Months with even number
OddMonths Months with even number
AllMonths All months of the year

Remarks

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

The enumeration values contain:

  • Q1 consists of January, February, and March.

  • Q2 consists of April, May, and June.

  • Q3 consists of July, August, and September.

  • Q4 consists of October, November, and December.

  • QuarterlyOnFirstMonth consists of January, April, July. and October

  • QuarterlyOnSecondMonth consists of February, May, August, and November

  • QuarterlyOnThirdMonth consists of March, June, September, and December

  • EvenMonths consists of February, April, June, August, October, and December

  • OddMonths consists of January, March, May, July, September, and November

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace