MonthNamesType Enumeration

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

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MonthNamesType
'Usage
Dim instance As MonthNamesType
[SerializableAttribute]
public enum MonthNamesType

Members

Member name Description
January Indicates that the item recurs every January.
February Indicates that the item recurs every February.
March Indicates that the item recurs every March.
April Indicates that the item recurs every April.
May Indicates that the item recurs every May.
June Indicates that the item recurs every June.
July Indicates that the item recurs every July.
August Indicates that the item recurs every August.
September Indicates that the item recurs every September.
October Indicates that the item recurs every October.
November Indicates that the item recurs every November.
December 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.

See Also

Reference

Other Resources