Version

DayOfMonth Property

Gets/sets the number of the day in its respective month on which each occurrence will occur. Applicable only when the Period property is set to 'Monthly' or 'Yearly'.
Syntax
'Declaration
 
Public Property DayOfMonth As Integer
public int DayOfMonth {get; set;}
Remarks

Note: If the DayOfMonth property is set to a value that exceeds the number of days in any of the months that the recurrence spans, the occurrence for those months will fall on the last day of that month.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also