Recurrence.MonthlyPattern.DayOfMonth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.