Edit

Share via


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

Name Value Description
January 0

Indicates that the item recurs every January.

February 1

Indicates that the item recurs every February.

March 2

Indicates that the item recurs every March.

April 3

Indicates that the item recurs every April.

May 4

Indicates that the item recurs every May.

June 5

Indicates that the item recurs every June.

July 6

Indicates that the item recurs every July.

August 7

Indicates that the item recurs every August.

September 8

Indicates that the item recurs every September.

October 9

Indicates that the item recurs every October.

November 10

Indicates that the item recurs every November.

December 11

Indicates that the item recurs every December.

Remarks

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

Applies to