RecurrencePattern.DayOfMonth Property
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.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property DayOfMonth As Integer
Get
Set
'Usage
Dim instance As RecurrencePattern
Dim value As Integer
value = instance.DayOfMonth
instance.DayOfMonth = value
int DayOfMonth { get; set; }
Property Value
Type: System.Int32