MonthNamesType Enum

Definition

The MonthNamesType enumeration describes the month in which a yearly recurring item occurs.

public enum class MonthNamesType
public enum MonthNamesType
Public Enum MonthNamesType
Inheritance
MonthNamesType

Fields

April 3

Indicates that the item recurs every April.

August 7

Indicates that the item recurs every August.

December 11

Indicates that the item recurs every December.

February 1

Indicates that the item recurs every February.

January 0

Indicates that the item recurs every January.

July 6

Indicates that the item recurs every July.

June 5

Indicates that the item recurs every June.

March 2

Indicates that the item recurs every March.

May 4

Indicates that the item recurs every May.

November 10

Indicates that the item recurs every November.

October 9

Indicates that the item recurs every October.

September 8

Indicates that the item recurs every September.

Remarks

This enumeration is used by the Month property of the RelativeYearlyRecurrencePatternType object and the Month property of the AbsoluteYearlyRecurrencePatternType object.

Applies to