RelativeYearlyRecurrencePatternType.Month Property
The Month property gets or sets the month when a yearly recurring item occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Month As MonthNamesType
Get
Set
'Usage
Dim instance As RelativeYearlyRecurrencePatternType
Dim value As MonthNamesType
value = instance.Month
instance.Month = value
public MonthNamesType Month { get; set; }
Property Value
Type: ExchangeWebServices.MonthNamesType
The Month property returns the month when a yearly recurring item occurs.
See Also