RecurrencePattern.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.
Returns or sets an Integer (int in C#) value indicating the day of the month on which the recurring appointment or task occurs. Read/write.
public:
property int DayOfMonth { int get(); void set(int value); };
public int DayOfMonth { get; set; }
Public Property DayOfMonth As Integer