AbsoluteYearlyRecurrencePatternType.DayOfMonth Property

The DayOfMonth property gets or sets the day in a month that a recurring item occurs.

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

Syntax

'Declaration
Public Property DayOfMonth As Integer
    Get
    Set
'Usage
Dim instance As AbsoluteYearlyRecurrencePatternType
Dim value As Integer

value = instance.DayOfMonth

instance.DayOfMonth = value
public int DayOfMonth { get; set; }

Property Value

Type: System.Int32
The DayOfMonth property returns the day in a month that a recurring item occurs.

Remarks

The DayOfMonth property ranges from 1 to 31. If this value for a particular month is larger than the number of days in the month, the last day of the month is assumed for this property.