Recurrence.MonthlyPattern.DayOfMonth Property

Definition

Gets or sets the day of the month when each occurrence happens.

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

Property Value

An integer value.

Remarks

DayOfMonth must be between 1 and 31.

Applies to