RecurrencePattern.DayOfMonth Property

Definition

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

Property Value

Applies to