AbsoluteMonthlyRecurrencePatternType.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.
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.