AbsoluteYearlyRecurrencePatternType.DayOfMonth Property

Definition

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

public:
 property int DayOfMonth { int get(); void set(int value); };
public int DayOfMonth { get; set; }
Public Property DayOfMonth As Integer

Property Value

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.

Applies to